Searched refs:macreg_readops (Results 1 – 1 of 1) sorted by relevance
1132 static const readops macreg_readops[] = { variable1179 enum { NREADOPS = ARRAY_SIZE(macreg_readops) };1282 } else if (index < NREADOPS && macreg_readops[index]) { in e1000_mmio_write()1297 if (index < NREADOPS && macreg_readops[index]) { in e1000_mmio_read()1304 return macreg_readops[index](s, index); in e1000_mmio_read()