Home
last modified time | relevance | path

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

/freebsd/sys/dev/le/
H A Dif_le_pci.c151 static uint16_t le_pci_rdbcr(struct lance_softc *, uint16_t);
169 le_pci_rdbcr(struct lance_softc *sc, uint16_t port) in le_pci_rdbcr() function
209 (le_pci_rdbcr(sc, LE_BCR49) & ~LE_B49_PHYSEL) | 0x1); in le_pci_mediachange()
212 le_pci_rdbcr(sc, LE_BCR2) | LE_B2_ASEL); in le_pci_mediachange()
215 le_pci_rdbcr(sc, LE_BCR2) & ~LE_B2_ASEL); in le_pci_mediachange()
226 reg = le_pci_rdbcr(sc, LE_BCR9); in le_pci_mediachange()