Home
last modified time | relevance | path

Searched defs:eeprom (Results 1 – 17 of 17) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dsys_eeprom.c34 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 Dsys_eeprom.c33 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 Dtricorder.c46 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 Dtricorder-eeprom.c19 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 Di2c.c120 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 Dzynq-zc770-xm013.dts70 eeprom: at25@0 { label
H A Dam335x-draco.dtsi36 eeprom: eeprom@50 { label
H A Dsun7i-a20-olinuxino-micro.dts129 eeprom: eeprom@50 { label
H A Dsun7i-a20-olinuxino-lime.dts125 eeprom: eeprom@50 { label
H A Dsun4i-a10-olinuxino-lime.dts132 eeprom: eeprom@50 { label
H A Dsun7i-a20-olinuxino-lime2.dts174 eeprom: eeprom@50 { label
H A Dam335x-rut.dts249 eeprom: eeprom@50 { label
H A Dam335x-pxm2.dtsi203 eeprom: eeprom@50 { label
H A Dam57xx-beagle-x15-common.dtsi389 eeprom: eeprom@50 { label
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c285 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 Ddc2114x.c732 static unsigned short eeprom[0x40] = { in update_srom() local
H A De1000.h1107 struct e1000_eeprom_info eeprom; member