/src/sys/arch/mips/atheros/dev/ |
arpci.c | 56 bool sc_pcie; member in struct:arpci_softc 74 return (sc->sc_pcie ? 1 : 22); 300 sc->sc_pcie = (strcmp(device_cfdata(self)->cf_name, "arpcie") == 0); 308 aprint_normal(": PCI%s bus\n", (sc->sc_pcie ? "-Express x1" : ""));
|
arpci.c | 56 bool sc_pcie; member in struct:arpci_softc 74 return (sc->sc_pcie ? 1 : 22); 300 sc->sc_pcie = (strcmp(device_cfdata(self)->cf_name, "arpcie") == 0); 308 aprint_normal(": PCI%s bus\n", (sc->sc_pcie ? "-Express x1" : ""));
|
arpci.c | 56 bool sc_pcie; member in struct:arpci_softc 74 return (sc->sc_pcie ? 1 : 22); 300 sc->sc_pcie = (strcmp(device_cfdata(self)->cf_name, "arpcie") == 0); 308 aprint_normal(": PCI%s bus\n", (sc->sc_pcie ? "-Express x1" : ""));
|
/src/sys/arch/powerpc/booke/pci/ |
pq3pci.c | 290 bool sc_pcie; member in struct:pq3pci_softc 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 [all...] |
pq3pci.c | 290 bool sc_pcie; member in struct:pq3pci_softc 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 [all...] |
pq3pci.c | 290 bool sc_pcie; member in struct:pq3pci_softc 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 [all...] |