Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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.c147 sc->wi_bus_type = pci_ids[i].bus_type; in wi_pci_probe()
166 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_pci_attach()
273 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_pci_resume()
HDif_wivar.h93 int wi_bus_type; /* Bus attachment type */ member
HDif_wi_pccard.c216 sc->wi_bus_type = WI_BUS_PCCARD; in wi_pccard_attach()
HDif_wi.c2064 if (sc->wi_bus_type != WI_BUS_PCI_NATIVE) { in wi_alloc()
2099 ((sc->wi_bus_type == WI_BUS_PCCARD) ? 0 : RF_SHAREABLE)); in wi_alloc()