OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_SYS_EEPROM_SIZE
(Results
1 - 10
of
10
) sorted by null
/external/u-boot/include/configs/
cm_t54.h
68
#define
CONFIG_SYS_EEPROM_SIZE
256
cl-som-am57x.h
58
#define
CONFIG_SYS_EEPROM_SIZE
256
cm_t335.h
140
#define
CONFIG_SYS_EEPROM_SIZE
256
cm_t43.h
139
#define
CONFIG_SYS_EEPROM_SIZE
256
cm_t3517.h
228
#define
CONFIG_SYS_EEPROM_SIZE
256
cm_fx6.h
243
#define
CONFIG_SYS_EEPROM_SIZE
256
cm_t35.h
265
#define
CONFIG_SYS_EEPROM_SIZE
256
xilinx_zynqmp.h
133
# define
CONFIG_SYS_EEPROM_SIZE
(64 * 1024)
zynq-common.h
125
# define
CONFIG_SYS_EEPROM_SIZE
1024 /* Bytes */
/external/u-boot/cmd/
eeprom.c
265
static unsigned char eeprom_buf[
CONFIG_SYS_EEPROM_SIZE
];
325
rcode = eeprom_read(i2c_addr, 0, eeprom_buf,
CONFIG_SYS_EEPROM_SIZE
);
329
eeprom_layout_setup(&layout, eeprom_buf,
CONFIG_SYS_EEPROM_SIZE
,
339
rcode = eeprom_write(i2c_addr, 0, layout.data,
CONFIG_SYS_EEPROM_SIZE
);
Completed in 669 milliseconds