Searched refs:bce_mii_read (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | if_bce.c | 180 static int bce_mii_read(struct device *, int, int); 429 sc->bce_mii.mii_readreg = bce_mii_read; 449 bce_mii_read((struct device *) sc, 1, 26) & 0x7fff); /* MAGIC */ 452 bce_mii_read((struct device *) sc, 1, 27) | (1 << 6)); /* MAGIC */ 1396 bce_mii_read(self, phy, reg) in bce_mii_read() function 1484 bce_mii_read((struct device *) sc, 1, 26) & 0x7fff); /* MAGIC */ 1487 bce_mii_read((struct device *) sc, 1, 27) | (1 << 6)); /* MAGIC */
|