Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_le_pci.c157 bus_space_write_2(iot, ioh, PCNET_PCI_RAP, 2); in le_pci_mediachange()
160 bus_space_write_2(iot, ioh, PCNET_PCI_RAP, 2); in le_pci_mediachange()
173 bus_space_write_2(iot, ioh, PCNET_PCI_RAP, 2); in le_pci_mediachange()
176 bus_space_write_2(iot, ioh, PCNET_PCI_RAP, 2); in le_pci_mediachange()
186 bus_space_write_2(iot, ioh, PCNET_PCI_RAP, 9); in le_pci_mediachange()
198 bus_space_write_2(iot, ioh, PCNET_PCI_RAP, 9); in le_pci_mediachange()
244 lesc->sc_rap = PCNET_PCI_RAP; in le_pci_attach()
325 bus_space_write_2(iot, ioh, PCNET_PCI_RAP, 20); in le_pci_attach()
H A Dif_levar.h33 #define PCNET_PCI_RAP 0x12 macro