Home
last modified time | relevance | path

Searched refs:sc_cap_off (Results 1 – 4 of 4) 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()
3817 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1); in wpi_set_pslevel()
5153 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()
6490 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4); in iwn_set_pslevel()
8569 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4); in iwn_apm_init()