Home
last modified time | relevance | path

Searched refs:mac_reg_access (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000.c1217 static const uint8_t mac_reg_access[0x8000] = { variable
1268 if (!(mac_reg_access[index] & MAC_ACCESS_FLAG_NEEDED) in e1000_mmio_write()
1269 || (s->compat_flags & (mac_reg_access[index] >> 2))) { in e1000_mmio_write()
1270 if (mac_reg_access[index] & MAC_ACCESS_PARTIAL) { in e1000_mmio_write()
1295 if (!(mac_reg_access[index] & MAC_ACCESS_FLAG_NEEDED) in e1000_mmio_read()
1296 || (s->compat_flags & (mac_reg_access[index] >> 2))) { in e1000_mmio_read()
1297 if (mac_reg_access[index] & MAC_ACCESS_PARTIAL) { in e1000_mmio_read()