Home
last modified time | relevance | path

Searched refs:i2c_eeprom_read (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/coreboot/src/northbridge/intel/x4x/
H A Draminit.c25 i2c_eeprom_read(device, 64, 9, &raw_spd[64]); in ddr2_get_crc()
26 i2c_eeprom_read(device, 93, 6, &raw_spd[93]); in ddr2_get_crc()
33 i2c_eeprom_read(device, 117, 11, &raw_spd[117]); in ddr3_get_crc()
467 if (i2c_eeprom_read(device, 0, 128, raw_spd) != 128) { in decode_spd_select_timings()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/smbus/
H A Dsmbuslib.c55 if (i2c_eeprom_read(addr, 0, SPD_PAGE_LEN, spd) < 0) { in get_spd()
65 if (i2c_eeprom_read(addr, 0, SPD_PAGE_LEN, spd + SPD_PAGE_LEN) < 0) { in get_spd()
/aosp_15_r20/external/coreboot/src/include/device/
H A Dsmbus_host.h76 static inline int i2c_eeprom_read(u8 device, u8 offset, size_t bytes, u8 *buf) in i2c_eeprom_read() function
/aosp_15_r20/external/coreboot/src/soc/intel/baytrail/romstage/
H A Draminit.c174 i2c_eeprom_read(mp->mainboard.spd_addrs[i], in raminit()
/aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/native_raminit/
H A Dspd_bitmunching.c63 if (i2c_eeprom_read(dimm->spd_addr, 0, SPD_SIZE_MAX_DDR3, dimm->raw_spd) != SPD_SIZE_MAX_DDR3) { in get_spd_for_dimm()
/aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/broadwell_mrc/
H A Draminit.c391 if (i2c_eeprom_read(addr, 0, 256, pei_data.spd_data[i / 2][i % 2]) != 256) { in perform_raminit()
/aosp_15_r20/external/coreboot/src/northbridge/intel/i945/
H A Draminit.c344 bytes_read = i2c_eeprom_read(device, 0, 64, raw_spd); in gather_common_timing()
/aosp_15_r20/external/coreboot/src/northbridge/intel/pineview/
H A Draminit.c229 if (i2c_eeprom_read(s->spd_map[i], 0, 64, s->dimms[i].spd_data) != 64) in sdram_read_spds()