| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | sys_eeprom.c | 34 static struct __attribute__ ((__packed__)) eeprom { struct 36 u8 id[4]; /* 0x00 - 0x03 EEPROM Tag 'CCID' */ 37 u8 major; /* 0x04 Board revision, major */ 38 u8 minor; /* 0x05 Board revision, minor */ 39 u8 sn[10]; /* 0x06 - 0x0F Serial Number*/ 40 u8 errata[2]; /* 0x10 - 0x11 Errata Level */ 41 u8 date[6]; /* 0x12 - 0x17 Build Date */ 42 u8 res_0[40]; /* 0x18 - 0x3f Reserved */ 43 u8 mac_count; /* 0x40 Number of MAC addresses */ 44 u8 mac_flag; /* 0x41 MAC table flags */ [all …]
|
| /rk3399_rockchip-uboot/board/varisys/common/ |
| H A D | sys_eeprom.c | 33 static struct __attribute__ ((__packed__)) eeprom { struct 34 u8 id[4]; /* 0x00 - 0x03 EEPROM Tag 'NXID' */ 35 u8 sn[12]; /* 0x04 - 0x0F Serial Number */ 36 u8 errata[5]; /* 0x10 - 0x14 Errata Level */ 60 static int eeprom_bus_num = -1; argument 65 * This must be called before any eeprom access. argument
|
| /rk3399_rockchip-uboot/board/corscience/tricorder/ |
| H A D | tricorder.c | 46 static void get_eeprom(struct tricorder_eeprom *eeprom) in get_eeprom() 92 static void print_hwversion(struct tricorder_eeprom *eeprom) in print_hwversion() 118 struct tricorder_eeprom eeprom; in misc_init_r() local 166 struct tricorder_eeprom eeprom; in get_board_mem_timings() local
|
| H A D | tricorder-eeprom.c | 19 static int handle_eeprom_v0(struct tricorder_eeprom *eeprom) in handle_eeprom_v0() 59 static int handle_eeprom_v1(struct tricorder_eeprom *eeprom) in handle_eeprom_v1() 78 int tricorder_get_eeprom(int addr, struct tricorder_eeprom *eeprom) in tricorder_get_eeprom() 109 struct tricorder_eeprom eeprom; in tricorder_eeprom_read() local 131 struct tricorder_eeprom eeprom, eeprom_verify; in tricorder_eeprom_write() local
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | i2c.c | 120 struct udevice *eeprom; in dm_test_i2c_bytewise() local 174 struct udevice *eeprom; in dm_test_i2c_offset() local 228 struct udevice *eeprom; in dm_test_i2c_reg_clrset() local
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | zynq-zc770-xm013.dts | 70 eeprom: at25@0 { label
|
| H A D | am335x-draco.dtsi | 36 eeprom: eeprom@50 { label
|
| H A D | sun7i-a20-olinuxino-micro.dts | 129 eeprom: eeprom@50 { label
|
| H A D | sun7i-a20-olinuxino-lime.dts | 125 eeprom: eeprom@50 { label
|
| H A D | sun4i-a10-olinuxino-lime.dts | 132 eeprom: eeprom@50 { label
|
| H A D | sun7i-a20-olinuxino-lime2.dts | 174 eeprom: eeprom@50 { label
|
| H A D | am335x-rut.dts | 249 eeprom: eeprom@50 { label
|
| H A D | am335x-pxm2.dtsi | 203 eeprom: eeprom@50 { label
|
| H A D | am57xx-beagle-x15-common.dtsi | 389 eeprom: eeprom@50 { label
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | e1000.c | 285 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_standby_eeprom() local 363 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_acquire_eeprom() local 422 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_init_eeprom_params() local 773 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_read_eeprom() local
|
| H A D | dc2114x.c | 732 static unsigned short eeprom[0x40] = { in update_srom() local
|
| H A D | e1000.h | 1107 struct e1000_eeprom_info eeprom; member
|