Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/fdt/
H A Dpcihost_fdtvar.h67 struct pcihost_softc { struct
68 device_t sc_dev;
69 bus_dma_tag_t sc_dmat;
70 bus_space_tag_t sc_bst;
71 bus_space_handle_t sc_bsh;
72 bus_space_tag_t sc_pci_bst;
96 void pcihost_init2(struct pcihost_softc *); argument