Searched refs:e2p_data (Results 1 – 1 of 1) sorted by relevance
222 uint32_t e2p_data; member297 VMSTATE_UINT32(e2p_data, lan9118_state),462 s->e2p_data = 0; in lan9118_reset()991 s->e2p_data = s->eeprom[addr]; in lan9118_eeprom_cmd()992 DPRINTF("EEPROM Read %d = 0x%02x\n", addr, s->e2p_data); in lan9118_eeprom_cmd()1004 s->eeprom[addr] &= s->e2p_data; in lan9118_eeprom_cmd()1005 DPRINTF("EEPROM Write %d = 0x%02x\n", addr, s->e2p_data); in lan9118_eeprom_cmd()1013 s->eeprom[addr] &= s->e2p_data; in lan9118_eeprom_cmd()1015 DPRINTF("EEPROM Write All 0x%02x\n", s->e2p_data); in lan9118_eeprom_cmd()1178 s->e2p_data = val & 0xff; in lan9118_writel()[all …]