Home
last modified time | relevance | path

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

12

/external/u-boot/board/freescale/common/
Dsys_eeprom.c33 static struct __attribute__ ((__packed__)) eeprom { struct
35 u8 id[4]; /* 0x00 - 0x03 EEPROM Tag 'CCID' */
36 u8 major; /* 0x04 Board revision, major */
37 u8 minor; /* 0x05 Board revision, minor */
38 u8 sn[10]; /* 0x06 - 0x0F Serial Number*/
39 u8 errata[2]; /* 0x10 - 0x11 Errata Level */
40 u8 date[6]; /* 0x12 - 0x17 Build Date */
41 u8 res_0[40]; /* 0x18 - 0x3f Reserved */
42 u8 mac_count; /* 0x40 Number of MAC addresses */
43 u8 mac_flag; /* 0x41 MAC table flags */
[all …]
/external/u-boot/board/varisys/common/
Dsys_eeprom.c32 static struct __attribute__ ((__packed__)) eeprom { struct
33 u8 id[4]; /* 0x00 - 0x03 EEPROM Tag 'NXID' */
34 u8 sn[12]; /* 0x04 - 0x0F Serial Number */
35 u8 errata[5]; /* 0x10 - 0x14 Errata Level */
59 static int eeprom_bus_num = -1; argument
64 * This must be called before any eeprom access. argument
/external/u-boot/board/corscience/tricorder/
Dtricorder.c45 static void get_eeprom(struct tricorder_eeprom *eeprom) in get_eeprom()
91 static void print_hwversion(struct tricorder_eeprom *eeprom) in print_hwversion()
117 struct tricorder_eeprom eeprom; in misc_init_r() local
165 struct tricorder_eeprom eeprom; in get_board_mem_timings() local
Dtricorder-eeprom.c18 static int handle_eeprom_v0(struct tricorder_eeprom *eeprom) in handle_eeprom_v0()
58 static int handle_eeprom_v1(struct tricorder_eeprom *eeprom) in handle_eeprom_v1()
77 int tricorder_get_eeprom(int addr, struct tricorder_eeprom *eeprom) in tricorder_get_eeprom()
108 struct tricorder_eeprom eeprom; in tricorder_eeprom_read() local
130 struct tricorder_eeprom eeprom, eeprom_verify; in tricorder_eeprom_write() local
/external/u-boot/arch/arm/dts/
Dzynqmp-zc1751-xm015-dc1.dts95 eeprom: eeprom@55 { label
Dzynq-zc770-xm011-x16.dts44 eeprom: eeprom@52 { label
Dzynq-zc770-xm011.dts44 eeprom: eeprom@52 { label
Dzynq-zc770-xm010.dts57 eeprom: eeprom@52 { label
Dzynq-zc770-xm013.dts70 eeprom: eeprom@0 { label
Dzynqmp-zcu104-revA.dts95 eeprom: eeprom@54 { /* u23 */ label
Dsun7i-a20-olimex-som204-evb.dts119 eeprom: eeprom@50 { label
Dzynqmp-zcu104-revC.dts114 eeprom: eeprom@54 { /* u23 */ label
Dsun7i-a20-olinuxino-lime.dts125 eeprom: eeprom@50 { label
Dam335x-draco.dtsi36 eeprom: eeprom@50 { label
Dsun7i-a20-olinuxino-micro.dts129 eeprom: eeprom@50 { label
Dsun4i-a10-olinuxino-lime.dts132 eeprom: eeprom@50 { label
Dzynqmp-zcu102-revA.dts399 eeprom: eeprom@54 { /* u23 */ label
Dzynqmp-zcu106-revA.dts372 eeprom: eeprom@54 { /* u23 */ label
Dzynqmp-zcu111-revA.dts295 eeprom: eeprom@54 { /* u88 */ label
Dsun7i-a20-olinuxino-lime2.dts174 eeprom: eeprom@50 { label
Dam335x-rut.dts249 eeprom: eeprom@50 { label
Dam335x-pxm2.dtsi203 eeprom: eeprom@50 { label
Dam57xx-beagle-x15-common.dtsi363 eeprom: eeprom@50 { label
/external/u-boot/test/dm/
Di2c.c119 struct udevice *eeprom; in dm_test_i2c_bytewise() local
173 struct udevice *eeprom; in dm_test_i2c_offset() local
/external/u-boot/board/k+p/kp_imx53/
Dkp_id_rev.c18 static struct id_eeprom eeprom; variable

12