Home
last modified time | relevance | path

Searched refs:pcihost_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/arm/fdt/
H A Dpcihost_fdt.c67 static int pcihost_config(struct pcihost_softc *);
95 CFATTACH_DECL_NEW(pcihost_fdt, sizeof(struct pcihost_softc),
121 struct pcihost_softc * const sc = device_private(self); in pcihost_attach()
160 pcihost_init2(struct pcihost_softc *sc) in pcihost_init2()
234 pcihost_config(struct pcihost_softc *sc) in pcihost_config()
408 struct pcihost_softc *sc = v; in pcihost_get_segment()
416 struct pcihost_softc *sc = v; in pcihost_conf_read()
443 struct pcihost_softc *sc = v; in pcihost_conf_write()
481 struct pcihost_softc *sc = pa->pa_pc->pc_intr_v; in pcihost_intr_map()
533 pcihost_find_intr(struct pcihost_softc *sc, pci_intr_handle_t ih, int *pihandle) in pcihost_find_intr()
[all …]
H A Dpcihost_fdtvar.h67 struct pcihost_softc { struct
96 void pcihost_init2(struct pcihost_softc *); argument
/netbsd-src/sys/arch/arm/rockchip/
H A Drk3399_pcie.c129 struct pcihost_softc sc_phsc;
206 struct pcihost_softc * const phsc = &sc->sc_phsc; in rkpcie_attach()
530 struct pcihost_softc *sc = &rksc->sc_phsc; in rkpcie_bus_maxdevs()
/netbsd-src/sys/arch/arm/apple/
H A Dapple_pcie.c100 struct pcihost_softc sc_pcihost;
311 struct pcihost_softc * const sc = &asc->sc_pcihost; in apple_pcie_attach()