Searched refs:e2p_data (Results 1 – 1 of 1) sorted by relevance
216 uint32_t e2p_data; member288 VMSTATE_UINT32(e2p_data, lan9118_state),427 s->e2p_data = 0; in lan9118_reset()892 s->e2p_data = s->eeprom[addr]; in lan9118_eeprom_cmd()893 DPRINTF("EEPROM Read %d = 0x%02x\n", addr, s->e2p_data); in lan9118_eeprom_cmd()905 s->eeprom[addr] &= s->e2p_data; in lan9118_eeprom_cmd()906 DPRINTF("EEPROM Write %d = 0x%02x\n", addr, s->e2p_data); in lan9118_eeprom_cmd()914 s->eeprom[addr] &= s->e2p_data; in lan9118_eeprom_cmd()916 DPRINTF("EEPROM Write All 0x%02x\n", s->e2p_data); in lan9118_eeprom_cmd()1079 s->e2p_data = val & 0xff; in lan9118_writel()[all …]