Home
last modified time | relevance | path

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

/trueos/sys/dev/wi/
HDif_wireg.h100 #define WI_BUS_PCI_NATIVE 2 /* native PCI device (Prism 2.5) */ macro
107 (sc)->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg)*2 : (reg), val)
110 (sc)->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg)*2 : (reg), val)
113 (sc)->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg)*2 : (reg), val)
117 (sc)->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg)*2 : (reg))
120 (sc)->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg)*2 : (reg))
123 (sc)->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg)*2 : (reg))
133 (sc->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg) * 2 : (reg)), val)
136 (sc->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg) * 2 : (reg)), val, count)
139 (sc->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg) * 2 : (reg)))
[all …]
HDif_wi_pci.c101 {0x1260, 0x3872, WI_BUS_PCI_NATIVE, "Intersil Prism3"},
102 {0x1260, 0x3873, WI_BUS_PCI_NATIVE, "Intersil Prism2.5"},
147 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_pci_attach()
251 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) in wi_pci_resume()
HDif_wi.c2068 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_alloc()