Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpivar.h207 int sc_cap_off; /* PCIe Capabilities. */ member
H A Dif_wpi.c356 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 Dif_iwnvar.h309 int sc_cap_off; /* PCIe Capabilities. */ member
H A Dif_iwn.c446 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 Dif_iwxvar.h748 int sc_cap_off; /* PCIe caps */ member
H A Dif_iwx.c10280 pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off); in iwx_attach()
10281 if (sc->sc_cap_off == 0) { in iwx_attach()