Searched refs:macreg_readops (Results 1 – 1 of 1) sorted by relevance
1130 static const readops macreg_readops[] = { variable1177 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()