Searched refs:sc_pcie (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c142 int sc_pcie; member in struct:fsl_pcib_softc
316 sc->sc_pcie = 1;
351 maxslot = (sc->sc_pcie) ? 0 : PCI_SLOTMAX;
354 if (sc->sc_pcie) {
412 if (sc->sc_pcie)
450 if (sc->sc_pcie)
508 return ((sc->sc_pcie) ? 0 : PCI_SLOTMAX);
518 if (bus == sc->sc_busnr && !sc->sc_pcie && slot < 10)
534 if (bus == sc->sc_busnr && !sc->sc_pcie && slot < 10)
714 if (sc->sc_pcie) {
[all...]

Completed in 117 milliseconds