Searched defs:eeprom_buf (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_eeprom.c | 93 u8 *eeprom_buf, u16 buf_size, bool read) in __amdgpu_eeprom_xfer() 182 u8 *eeprom_buf, u32 buf_size, bool read) in amdgpu_eeprom_xfer() 227 u32 eeprom_addr, u8 *eeprom_buf, in amdgpu_eeprom_read() 235 u32 eeprom_addr, u8 *eeprom_buf, in amdgpu_eeprom_write()
|
/openbmc/u-boot/board/siemens/common/ |
H A D | factoryset.c | 31 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match() 46 static int get_factory_val(unsigned char *eeprom_buf, int size, uchar *name, in get_factory_val() 82 int get_factory_record_val(unsigned char *eeprom_buf, int size, uchar *record, in get_factory_record_val() 144 unsigned char eeprom_buf[0x3c00], hdr[4], buf[MAX_STRING_LENGTH]; in factoryset_read_eeprom() local
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_nsp.c | 1068 struct eeprom_buf { in nfp_nsp_read_module_eeprom() struct 1069 u8 metalen; in nfp_nsp_read_module_eeprom() 1070 __le16 length; in nfp_nsp_read_module_eeprom() 1071 __le16 offset; in nfp_nsp_read_module_eeprom() 1072 __le16 readlen; in nfp_nsp_read_module_eeprom() 1073 u8 eth_index; in nfp_nsp_read_module_eeprom() 1074 u8 data[]; in nfp_nsp_read_module_eeprom()
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed.c | 488 uint8_t *eeprom_buf = g_malloc0(32 * 1024); in palmetto_bmc_i2c_init() local 543 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in ast2500_evb_i2c_init() local 556 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in ast2600_evb_i2c_init() local 667 uint8_t *eeprom_buf = g_malloc0(8 * 1024); in witherspoon_bmc_i2c_init() local 745 static uint8_t eeprom_buf[2 * 1024] = { in g220a_bmc_i2c_init() local 1650 uint8_t *eeprom_buf = g_malloc0(32 * 1024); in ast1030_evb_i2c_init() local
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_eeprom.c | 183 uint8_t *eeprom_buf = g_malloc0(8 * SMBUS_EEPROM_SIZE); in smbus_eeprom_init() local
|
/openbmc/linux/drivers/parisc/ |
H A D | eisa_enumerator.c | 485 static char eeprom_buf[HPEE_MAX_LENGTH]; in eisa_enumerator() local
|
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 270 static unsigned char eeprom_buf[CONFIG_SYS_EEPROM_SIZE]; variable
|