/external/u-boot/board/birdland/bav335x/ |
D | board.c | 48 static int read_eeprom(struct board_eeconfig *header) in read_eeprom() function 79 ecode = read_eeprom(&header); in get_board_type() 383 ecode = read_eeprom(&header); in board_eth_init()
|
/external/u-boot/drivers/net/ |
D | rtl8139.c | 185 static int read_eeprom(int location, int addr_len); 263 addr_len = read_eeprom(0,8) == 0x8129 ? 8 : 6; in rtl8139_probe() 265 *ap++ = le16_to_cpu (read_eeprom(i + 7, addr_len)); in rtl8139_probe() 300 static int read_eeprom(int location, int addr_len) in read_eeprom() function
|
D | natsemi.c | 231 static int read_eeprom(struct eth_device *dev, long addr, int location); 361 short eedata = read_eeprom(dev, EECtrl, i); in natsemi_initialize() 367 prev_eedata = read_eeprom(dev, EECtrl, 6); in natsemi_initialize() 369 int eedata = read_eeprom(dev, EECtrl, i + 7); in natsemi_initialize() 496 read_eeprom(struct eth_device *dev, long addr, int location) in read_eeprom() function
|
D | eepro100.c | 751 static int read_eeprom (struct eth_device *dev, int location, int addr_len) in read_eeprom() function 915 int addr_len = read_eeprom (dev, 0, 6) == 0xffff ? 8 : 6; in read_hw_addr() 918 u16 value = read_eeprom (dev, i, addr_len); in read_hw_addr()
|
/external/u-boot/board/siemens/common/ |
D | board.c | 51 if (read_eeprom() < 0) in set_mux_conf_regs() 76 if (read_eeprom() < 0) in board_init()
|
/external/u-boot/board/vscom/baltos/ |
D | board.c | 75 static int read_eeprom(BSP_VS_HWPARAM *header) in read_eeprom() function 284 if (read_eeprom(&header)) in ft_board_setup() 354 if (read_eeprom(&header)) { in board_late_init()
|
/external/u-boot/board/varisys/common/ |
D | sys_eeprom.c | 133 int read_eeprom(void) in read_eeprom() function 319 read_eeprom(); in do_mac() 444 if (read_eeprom()) { in mac_read_from_eeprom_common()
|
/external/u-boot/board/freescale/common/ |
D | sys_eeprom.c | 147 static int read_eeprom(void) in read_eeprom() function 335 read_eeprom(); in do_mac() 426 if (read_eeprom()) { in mac_read_from_eeprom()
|
/external/u-boot/board/gumstix/pepper/ |
D | board.c | 108 static int read_eeprom(struct pepper_board_id *header) in read_eeprom() function 129 if (read_eeprom(&header) < 0) in get_dpll_ddr_params()
|
/external/u-boot/board/k+p/kp_imx53/ |
D | kp_id_rev.h | 25 int read_eeprom(void);
|
D | kp_id_rev.c | 66 int read_eeprom(void) in read_eeprom() function
|
D | kp_imx53.c | 209 ret = read_eeprom(); in board_late_init()
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | ventana_eeprom.h | 131 int read_eeprom(int bus, struct ventana_board_info *);
|
D | eeprom.c | 18 read_eeprom(int bus, struct ventana_board_info *info) in read_eeprom() function
|
D | common.c | 1246 int board = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in setup_pmic() 1335 int board_type = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in board_mmc_init() 1396 int board = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in board_mmc_getcd()
|
D | gw_ventana_spl.c | 613 board_model = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in board_init_f()
|
D | gw_ventana.c | 640 board_type = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in board_init()
|
/external/u-boot/board/bosch/shc/ |
D | board.c | 51 static int read_eeprom(void) in read_eeprom() function 443 if (read_eeprom() < 0) in board_init()
|
/external/u-boot/board/siemens/draco/ |
D | board.c | 155 static int read_eeprom(void) in read_eeprom() function
|
/external/u-boot/board/siemens/pxm2/ |
D | board.c | 162 int read_eeprom(void) in read_eeprom() function
|
/external/u-boot/board/siemens/rut/ |
D | board.c | 40 static int read_eeprom(void) in read_eeprom() function
|