Lines Matching defs:sc_pcie
290 bool sc_pcie;
751 sc->sc_pcie = strcmp(cnl->cnl_name, "pcie") == 0;
756 if (sc->sc_pcie) {
864 if (sc->sc_pcie && pci_conf_read(pc, 0, PEX_LTSSM) < LTSSM_L0) {
869 if (!sc->sc_pcie && (pci_conf_read(pc, 0, PCI_PBFR) & PBFR_PAH)) {
996 if (sc->sc_pcie)
1014 return sc->sc_pcie && busno < 2 ? 1 : 32;
1077 if (!sc->sc_pcie || reg >= PCI_EXTCONF_SIZE)
1081 if (sc->sc_pcie && ((tag >> 16) & 0xff) != 0) {
1117 if (!sc->sc_pcie || reg >= PCI_EXTCONF_SIZE)
1139 if (sc->sc_pcie && bus != 0) {
1144 if (!sc->sc_pcie && bus == 0 && dev == 0) {
1354 if (sc->sc_pcie) do {