Home
last modified time | relevance | path

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

/trueos/sys/dev/le/
HDif_le_pci.c154 static uint16_t le_pci_rdbcr(struct lance_softc *, uint16_t);
172 le_pci_rdbcr(struct lance_softc *sc, uint16_t port) in le_pci_rdbcr() function
212 (le_pci_rdbcr(sc, LE_BCR49) & ~LE_B49_PHYSEL) | 0x1); in le_pci_mediachange()
215 le_pci_rdbcr(sc, LE_BCR2) | LE_B2_ASEL); in le_pci_mediachange()
218 le_pci_rdbcr(sc, LE_BCR2) & ~LE_B2_ASEL); in le_pci_mediachange()
229 reg = le_pci_rdbcr(sc, LE_BCR9); in le_pci_mediachange()