Searched refs:CONFIG_SYS_I2C_EEPROM_BUS (Results 1 – 16 of 16) sorted by relevance
88 #define CONFIG_SYS_I2C_EEPROM_BUS 0 macro
71 #define CONFIG_SYS_I2C_EEPROM_BUS 1 macro
42 #define CONFIG_SYS_I2C_EEPROM_BUS SYS_I2C_BUS_SOM macro
179 #define CONFIG_SYS_I2C_EEPROM_BUS 2 macro
67 #define CONFIG_SYS_I2C_EEPROM_BUS 2 macro
23 #ifndef CONFIG_SYS_I2C_EEPROM_BUS24 #define CONFIG_SYS_I2C_EEPROM_BUS 0 macro93 if (cl_eeprom_setup(CONFIG_SYS_I2C_EEPROM_BUS)) in get_board_serial()
117 rv = cl_eeprom_read_mac_addr(enetaddr, CONFIG_SYS_I2C_EEPROM_BUS); in handle_mac_address()
45 CONFIG_SYS_I2C_EEPROM_BUS=2
61 CONFIG_SYS_I2C_EEPROM_BUS=2
91 CONFIG_SYS_I2C_EEPROM_BUS=2
95 CONFIG_SYS_I2C_EEPROM_BUS=2
90 CONFIG_SYS_I2C_EEPROM_BUS=2
94 CONFIG_SYS_I2C_EEPROM_BUS=3
172 #if defined(CONFIG_SYS_I2C_EEPROM_BUS) in eeprom_rw()173 eeprom_init(CONFIG_SYS_I2C_EEPROM_BUS); in eeprom_rw()
206 cl_som_imx7_handle_mac_address("ethaddr", CONFIG_SYS_I2C_EEPROM_BUS); in board_eth_init()
466 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