HomeSort by: relevance | last modified time | path
    Searched defs:sc_phsc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/rockchip/
rk3399_pcie.c 129 struct pcihost_softc sc_phsc; member in struct:rkpcie_softc
206 struct pcihost_softc * const phsc = &sc->sc_phsc;
403 sc->sc_phsc.sc_bus_min = 0;
404 sc->sc_phsc.sc_bus_max = 31;
409 sc->sc_phsc.sc_bus_min = be32dec(&bus_range[0]);
410 sc->sc_phsc.sc_bus_max = be32dec(&bus_range[1]);
413 if (sc->sc_phsc.sc_bus_min != 0) {
422 OF_child(sc->sc_phsc.sc_phandle), &rkpcie_intrfuncs);
424 sc->sc_phsc.sc_type = PCIHOST_ECAM;
425 sc->sc_phsc.sc_pci_flags |= PCI_FLAGS_MSI_OKAY
    [all...]
  /src/sys/arch/riscv/starfive/
jh7110_pcie.c 59 struct pcihost_softc sc_phsc; member in struct:jh7110_pcie_softc
231 container_of(phsc, struct jh7110_pcie_softc, sc_phsc);
256 container_of(phsc, struct jh7110_pcie_softc, sc_phsc);
312 struct pcihost_softc * const phsc = &sc->sc_phsc;
324 struct pcihost_softc * const phsc = &sc->sc_phsc;
396 struct pcihost_softc * const phsc = &sc->sc_phsc;
525 struct pcihost_softc * const phsc = &sc->sc_phsc;
582 struct pcihost_softc * const phsc = &sc->sc_phsc;

Completed in 13 milliseconds