Searched refs:sc_cap_off (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/wpi/ |
| H A D | if_wpivar.h | 207 int sc_cap_off; /* PCIe Capabilities. */ member
|
| H A D | if_wpi.c | 356 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in wpi_attach() 3819 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1); in wpi_set_pslevel() 5155 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1); in wpi_apm_init()
|
| /freebsd/sys/dev/iwn/ |
| H A D | if_iwnvar.h | 309 int sc_cap_off; /* PCIe Capabilities. */ member
|
| H A D | if_iwn.c | 446 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in iwn_attach() 6495 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4); in iwn_set_pslevel() 8574 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4); in iwn_apm_init()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwxvar.h | 748 int sc_cap_off; /* PCIe caps */ member
|
| H A D | if_iwx.c | 10280 pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in iwx_attach() 10281 if (sc->sc_cap_off == 0) { in iwx_attach()
|