Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_I2C_EEPROM_BUS (Results 1 – 18 of 18) sorted by relevance

/external/u-boot/board/compulab/common/
Deeprom.c23 #ifndef CONFIG_SYS_I2C_EEPROM_BUS
24 #define CONFIG_SYS_I2C_EEPROM_BUS 0 macro
93 if (cl_eeprom_setup(CONFIG_SYS_I2C_EEPROM_BUS)) in get_board_serial()
/external/u-boot/include/configs/
Dcm_t54.h23 #define CONFIG_SYS_I2C_EEPROM_BUS 0 macro
Dcm_t335.h88 #define CONFIG_SYS_I2C_EEPROM_BUS 0 macro
Dot1200.h73 #define CONFIG_SYS_I2C_EEPROM_BUS 1 macro
Dcl-som-imx7.h46 #define CONFIG_SYS_I2C_EEPROM_BUS SYS_I2C_BUS_SOM macro
Dcm_t35.h77 #define CONFIG_SYS_I2C_EEPROM_BUS 0 macro
Dcm_fx6.h183 #define CONFIG_SYS_I2C_EEPROM_BUS 2 macro
Dnovena.h78 #define CONFIG_SYS_I2C_EEPROM_BUS 2 macro
/external/u-boot/cmd/
Deeprom.c171 #if defined(CONFIG_SYS_I2C_EEPROM_BUS) in eeprom_rw()
172 eeprom_init(CONFIG_SYS_I2C_EEPROM_BUS); in eeprom_rw()
/external/u-boot/board/compulab/cm_t335/
Dcm_t335.c114 rv = cl_eeprom_read_mac_addr(enetaddr, CONFIG_SYS_I2C_EEPROM_BUS); in handle_mac_address()
/external/u-boot/configs/
Dpcm052_defconfig42 CONFIG_SYS_I2C_EEPROM_BUS=2
Dbk4r1_defconfig55 CONFIG_SYS_I2C_EEPROM_BUS=2
Ddisplay5_defconfig88 CONFIG_SYS_I2C_EEPROM_BUS=2
Ddisplay5_factory_defconfig91 CONFIG_SYS_I2C_EEPROM_BUS=2
/external/u-boot/board/compulab/cm_t54/
Dcm_t54.c168 ret = cl_eeprom_read_mac_addr(enetaddr, CONFIG_SYS_I2C_EEPROM_BUS); in handle_mac_address()
/external/u-boot/board/compulab/cl-som-imx7/
Dcl-som-imx7.c203 cl_som_imx7_handle_mac_address("ethaddr", CONFIG_SYS_I2C_EEPROM_BUS); in board_eth_init()
/external/u-boot/board/compulab/cm_fx6/
Dcm_fx6.c458 if (handle_mac_address("ethaddr", CONFIG_SYS_I2C_EEPROM_BUS)) in board_eth_init()
717 return cl_eeprom_get_board_rev(CONFIG_SYS_I2C_EEPROM_BUS); in get_board_rev()
/external/u-boot/board/compulab/cm_t35/
Dcm_t35.c108 return cl_eeprom_get_board_rev(CONFIG_SYS_I2C_EEPROM_BUS); in get_board_rev()
441 rc = cl_eeprom_read_mac_addr(enetaddr, CONFIG_SYS_I2C_EEPROM_BUS); in handle_mac_address()