Searched refs:PCNET_PCI_RAP (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/le/ |
| HD | if_le_pci.c | 101 #define PCNET_PCI_RAP 0x12 macro 166 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_wrbcr() 167 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_wrbcr() 176 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_rdbcr() 177 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_rdbcr() 186 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_wrcsr() 187 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_wrcsr() 196 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_rdcsr() 197 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_rdcsr()
|