Searched refs:PCNET_PCI_RAP (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/le/ |
H A D | if_le_pci.c | 98 #define PCNET_PCI_RAP 0x12 macro 163 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_wrbcr() 164 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_wrbcr() 173 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_rdbcr() 174 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_rdbcr() 183 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_wrcsr() 184 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_wrcsr() 193 bus_write_2(lesc->sc_rres, PCNET_PCI_RAP, port); in le_pci_rdcsr() 194 bus_barrier(lesc->sc_rres, PCNET_PCI_RAP, 2, BUS_SPACE_BARRIER_WRITE); in le_pci_rdcsr()
|