Home
last modified time | relevance | path

Searched defs:i2c_address (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/xes/xpedite520x/
H A Dddr.c12 void get_spd(ddr2_spd_eeprom_t *spd, unsigned char i2c_address) in get_spd()
/openbmc/u-boot/board/gdsys/p1022/
H A Dddr.c45 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
/openbmc/u-boot/board/sbc8548/
H A Dddr.c63 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
/openbmc/u-boot/board/freescale/c29xpcie/
H A Dddr.c96 void get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
/openbmc/u-boot/board/xes/xpedite550x/
H A Dddr.c13 void get_spd(ddr3_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
/openbmc/u-boot/board/xes/xpedite537x/
H A Dddr.c13 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
/openbmc/u-boot/board/xes/xpedite517x/
H A Dddr.c12 void get_spd(ddr2_spd_eeprom_t *spd, u8 i2c_address) in get_spd()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dmain.c84 static void __get_spd(generic_spd_eeprom_t *spd, u8 i2c_address) in __get_spd()
146 unsigned int i2c_address = 0; in fsl_ddr_get_spd() local