Searched refs:sc_cap_off (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpivar.h208 int sc_cap_off; /* PCIe Capabilities. */ member in struct:wpi_softc
H A Dif_wpi.c359 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off);
3823 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
5158 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 1);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwnvar.h310 int sc_cap_off; /* PCIe Capabilities. */ member in struct:iwn_softc
H A Dif_iwn.c449 error = pci_find_cap(dev, PCIY_EXPRESS, &sc->sc_cap_off);
6496 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);
8559 reg = pci_read_config(sc->sc_dev, sc->sc_cap_off + PCIER_LINK_CTL, 4);

Completed in 83 milliseconds