Searched refs:all_bytes (Results 1 – 3 of 3) sorted by relevance
134 all_bytes = [] variable136 all_bytes.extend(line)137 print '{%s}' % ', '.join('0x%02x' % c for c in all_bytes)
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()
42 unsigned char all_bytes[MV_DDR_SPD_DATA_BLOCK0_SIZE + member