Home
last modified time | relevance | path

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

/u-boot/include/configs/
A Dcm_t335.h88 #define CONFIG_SYS_I2C_EEPROM_BUS 0 macro
A Dot1200.h71 #define CONFIG_SYS_I2C_EEPROM_BUS 1 macro
A Dcl-som-imx7.h42 #define CONFIG_SYS_I2C_EEPROM_BUS SYS_I2C_BUS_SOM macro
A Dcm_fx6.h179 #define CONFIG_SYS_I2C_EEPROM_BUS 2 macro
A Dnovena.h67 #define CONFIG_SYS_I2C_EEPROM_BUS 2 macro
/u-boot/board/compulab/common/
A 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()
/u-boot/board/compulab/cm_t335/
A Dcm_t335.c117 rv = cl_eeprom_read_mac_addr(enetaddr, CONFIG_SYS_I2C_EEPROM_BUS); in handle_mac_address()
/u-boot/configs/
A Dpcm052_defconfig45 CONFIG_SYS_I2C_EEPROM_BUS=2
A Dbk4r1_defconfig61 CONFIG_SYS_I2C_EEPROM_BUS=2
A Ddisplay5_defconfig91 CONFIG_SYS_I2C_EEPROM_BUS=2
A Ddisplay5_factory_defconfig95 CONFIG_SYS_I2C_EEPROM_BUS=2
A Dstm32mp15_dhcor_basic_defconfig90 CONFIG_SYS_I2C_EEPROM_BUS=2
A Dstm32mp15_dhcom_basic_defconfig94 CONFIG_SYS_I2C_EEPROM_BUS=3
/u-boot/cmd/
A Deeprom.c172 #if defined(CONFIG_SYS_I2C_EEPROM_BUS) in eeprom_rw()
173 eeprom_init(CONFIG_SYS_I2C_EEPROM_BUS); in eeprom_rw()
/u-boot/board/compulab/cl-som-imx7/
A Dcl-som-imx7.c206 cl_som_imx7_handle_mac_address("ethaddr", CONFIG_SYS_I2C_EEPROM_BUS); in board_eth_init()
/u-boot/board/compulab/cm_fx6/
A Dcm_fx6.c466 if (handle_mac_address("ethaddr", CONFIG_SYS_I2C_EEPROM_BUS)) in board_eth_init()
725 return cl_eeprom_get_board_rev(CONFIG_SYS_I2C_EEPROM_BUS); in get_board_rev()

Completed in 29 milliseconds