Searched refs:eeprom_data (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/mpc8349itx/ |
| H A D | mpc8349itx.c | 263 static u8 eeprom_data[] = /* HRCW data */ in misc_init_r() local 280 u8 data[sizeof(eeprom_data)]; in misc_init_r() 298 if (memcmp(data, eeprom_data, sizeof(data)) != 0) { in misc_init_r() 300 (CONFIG_SYS_I2C_EEPROM_ADDR, 0, 2, eeprom_data, in misc_init_r() 301 sizeof(eeprom_data)) != 0) { in misc_init_r()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | e1000.c | 925 uint16_t eeprom_data; in e1000_set_phy_mode() local 932 1, &eeprom_data); in e1000_set_phy_mode() 936 if ((eeprom_data != EEPROM_RESERVED_WORD) && in e1000_set_phy_mode() 937 (eeprom_data & EEPROM_PHY_CLASS_A)) { in e1000_set_phy_mode() 1156 uint16_t eeprom_data; in e1000_read_mac_addr() local 1172 eeprom_data = reg_data & 0xffff; in e1000_read_mac_addr() 1173 } else if (e1000_read_eeprom(hw, offset, 1, &eeprom_data) < 0) { in e1000_read_mac_addr() 1177 enetaddr[i] = eeprom_data & 0xff; in e1000_read_mac_addr() 1178 enetaddr[i + 1] = (eeprom_data >> 8) & 0xff; in e1000_read_mac_addr() 1854 uint16_t eeprom_data; in e1000_setup_link() local [all …]
|