Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bce.c140 int bce_mii_read(struct device *, int, int);
395 sc->bce_mii.mii_readreg = bce_mii_read; in bce_attach()
417 bce_mii_read((struct device *) sc, 1, 26) & 0x7fff); /* MAGIC */ in bce_attach()
421 bce_mii_read((struct device *) sc, 1, 27) | (1 << 6)); /* MAGIC */ in bce_attach()
1199 bce_mii_read(struct device *self, int phy, int reg) in bce_mii_read() function
1284 bce_mii_read((struct device *) sc, 1, 26) & 0x7fff); /* MAGIC */ in bce_statchg()
1287 bce_mii_read((struct device *) sc, 1, 27) | (1 << 6)); /* MAGIC */ in bce_statchg()