Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wi/
HDif_wireg.h107 (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)))
142 (sc->wi_bus_type == WI_BUS_PCI_NATIVE ? (reg) * 2 : (reg)), buf, count)
HDif_wi_pci.c129 sc->wi_bus_type = pci_ids[i].bus_type;
148 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_pci_attach()
255 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_pci_resume()
HDif_wi_macio.c131 sc->wi_bus_type = 0; in wi_macio_attach()
HDif_wivar.h89 int wi_bus_type; /* Bus attachment type */ member
HDif_wi_pccard.c190 sc->wi_bus_type = WI_BUS_PCCARD; in wi_pccard_attach()
HDif_wi.c1995 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_alloc()
2024 ((sc->wi_bus_type == WI_BUS_PCCARD) ? 0 : RF_SHAREABLE)); in wi_alloc()