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