Searched refs:all_bytes (Results 1 – 5 of 5) sorted by relevance
/external/arm-trusted-firmware/plat/marvell/a8k/a80x0_mcbin/board/ |
D | dram_port.c | 125 i2c_write(I2C_SPD_P0_ADDR, 0x0, 1, tm->spd_data.all_bytes, 1); in plat_marvell_dram_update_topology() 127 i2c_read(I2C_SPD_ADDR, 0x0, 1, tm->spd_data.all_bytes, in plat_marvell_dram_update_topology() 128 sizeof(tm->spd_data.all_bytes)); in plat_marvell_dram_update_topology()
|
/external/arm-trusted-firmware/plat/marvell/a8k/a80x0/board/ |
D | dram_port.c | 136 i2c_write(I2C_SPD_P0_ADDR, 0x0, 1, tm->spd_data.all_bytes, 1); in plat_marvell_dram_update_topology() 139 i2c_read(I2C_SPD_ADDR, 0x0, 1, tm->spd_data.all_bytes, in plat_marvell_dram_update_topology() 140 sizeof(tm->spd_data.all_bytes)); in plat_marvell_dram_update_topology()
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_header_frame.py | 134 all_bytes = [] variable 136 all_bytes.extend(line) 137 print '{%s}' % ', '.join('0x%02x' % c for c in all_bytes)
|
/external/u-boot/drivers/ddr/marvell/a38x/ |
D | mv_ddr_spd.c | 20 start_cl = (spd_data->all_bytes[23] & 0x8) ? 23 : 7; in mv_ddr_spd_supported_cls_calc() 24 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc() 32 if (spd_data->all_bytes[byte] & (1 << bit)) in mv_ddr_spd_supported_cls_calc()
|
D | mv_ddr_spd.h | 42 unsigned char all_bytes[MV_DDR_SPD_DATA_BLOCK0_SIZE + member
|