Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000.c1130 static const readops macreg_readops[] = { variable
1177 enum { NREADOPS = ARRAY_SIZE(macreg_readops) };
1279 } else if (index < NREADOPS && macreg_readops[index]) { in e1000_mmio_write()
1294 if (index < NREADOPS && macreg_readops[index]) { in e1000_mmio_read()
1301 return macreg_readops[index](s, index); in e1000_mmio_read()