Home
last modified time | relevance | path

Searched defs:eeprom_buf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/board/siemens/common/
H A Dfactoryset.c31 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c1067 struct eeprom_buf { in nfp_nsp_read_module_eeprom() struct
1068 u8 metalen; in nfp_nsp_read_module_eeprom()
1069 __le16 length; in nfp_nsp_read_module_eeprom()
1070 __le16 offset; in nfp_nsp_read_module_eeprom()
1071 __le16 readlen; in nfp_nsp_read_module_eeprom()
1072 u8 eth_index; in nfp_nsp_read_module_eeprom()
1073 u8 data[0]; in nfp_nsp_read_module_eeprom()
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Deisa_enumerator.c485 static char eeprom_buf[HPEE_MAX_LENGTH]; in eisa_enumerator() local
/OK3568_Linux_fs/u-boot/cmd/
H A Deeprom.c266 static unsigned char eeprom_buf[CONFIG_SYS_EEPROM_SIZE]; variable