Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/algor/pci/
H A Dpcib.c91 struct pcib_softc { struct
92 device_t sc_dev;
94 bus_space_tag_t sc_iot;
118 CFATTACH_DECL_NEW(pcib, sizeof(struct pcib_softc), argument
/netbsd-src/sys/arch/evbmips/malta/pci/
H A Dpcib.c92 struct pcib_softc { struct
93 device_t sc_dev;
95 bus_space_tag_t sc_memt;
96 bus_space_tag_t sc_iot;
97 bus_space_handle_t sc_ioh_icu1;
121 static struct pcib_softc *my_sc; argument
/netbsd-src/sys/arch/evbmips/loongson/dev/
H A Dpcibvar.h32 struct pcib_softc { struct
33 pci_chipset_tag_t sc_pc;
34 pcitag_t sc_tag;
35 device_t sc_isabus;
/netbsd-src/sys/arch/x86/pci/
H A Dpcibvar.h32 struct pcib_softc { struct
33 pci_chipset_tag_t sc_pc;
34 pcitag_t sc_tag;
35 device_t sc_isabus;
/netbsd-src/sys/arch/powerpc/pci/
H A Dpcib.c55 struct pcib_softc { struct
63 CFATTACH_DECL_NEW(pcib, sizeof(struct pcib_softc), argument