Lines Matching refs:eeprom_buf
488 uint8_t *eeprom_buf = g_malloc0(32 * 1024); in palmetto_bmc_i2c_init() local
497 eeprom_buf); in palmetto_bmc_i2c_init()
543 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in ast2500_evb_i2c_init() local
546 eeprom_buf); in ast2500_evb_i2c_init()
556 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in ast2600_evb_i2c_init() local
559 eeprom_buf); in ast2600_evb_i2c_init()
667 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in witherspoon_bmc_i2c_init() local
713 eeprom_buf); in witherspoon_bmc_i2c_init()
745 static uint8_t eeprom_buf[2 * 1024] = { in g220a_bmc_i2c_init() local
755 eeprom_buf); in g220a_bmc_i2c_init()
1650 uint8_t *eeprom_buf = g_malloc0(32 * 1024); in ast1030_evb_i2c_init() local
1651 smbus_eeprom_init_one(aspeed_i2c_get_bus(&soc->i2c, 0), 0x50, eeprom_buf); in ast1030_evb_i2c_init()