Searched refs:pa_iot (Results 1 - 25 of 84) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sys/arch/acorn32/mainbus/
H A Dpiocvar.h57 bus_space_tag_t pa_iot; /* bus space tag */ member in struct:pioc_attach_args
H A Dwdc_pioc.c106 wdr.cmd_iot = pa->pa_iot;
107 wdr.ctl_iot = pa->pa_iot;
159 wdr->cmd_iot = pa->pa_iot;
160 wdr->ctl_iot = pa->pa_iot;
H A Dpioc.c225 pa.pa_iot = sc->sc_iot;
379 pa.pa_iot = iot;
398 pa.pa_iot = iot;
424 pa.pa_iot = iot;
449 pa.pa_iot = iot;
478 pa.pa_iot = iot;
H A Datppc_pioc.c70 bus_space_tag_t iot = pa->pa_iot;
104 sc->sc_iot = pa->pa_iot;
H A Dcom_pioc.c125 iot = pa->pa_iot;
161 iot = pa->pa_iot;
H A Dlpt_pioc.c174 rv = lptprobe(pa->pa_iot, pa->pa_iobase + pa->pa_offset);
206 iot = sc->sc_iot = pa->pa_iot;
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/include/
H A Dpodulebus_machdep.h109 bus_space_tag_t pa_iot; /* bus space tag */ member in struct:podule_attach_args
111 #define pa_easi_t pa_iot
112 #define pa_mod_t pa_iot
113 #define pa_fast_t pa_iot
114 #define pa_medium_t pa_iot
115 #define pa_slow_t pa_iot
116 #define pa_sync_t pa_iot
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Dplumvar.h48 bus_space_tag_t pa_iot; member in struct:plum_attach_args
H A Dplum.c161 pa.pa_iot = sc->sc_csiot;
/netbsd-6-1-5-RELEASE/sys/arch/arm/mpcore/
H A Dmpcorevar.h54 bus_space_tag_t pa_iot; member in struct:pmr_attach_args
H A Dmpcore_pmr.c110 pa.pa_iot = sc->sc_iot;
/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Diomdvar.h78 bus_space_tag_t pa_iot; /* Bus tag */ member in struct:opms_attach_args
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpuccn.c79 pa->pa_iot = x86_bus_space_io;
116 puctag = pa.pa_iot;
H A Dvga_pci.c171 if (vga_is_console(pa->pa_iot, WSDISPLAY_TYPE_PCIVGA))
177 if (!vga_common_probe(pa->pa_iot, pa->pa_memt))
235 vga_common_attach(sc, pa->pa_iot, pa->pa_memt, WSDISPLAY_TYPE_PCIVGA,
H A Digsfb_pci.c171 igsfb_pci_cnattach(pa->pa_iot, pa->pa_memt, pa->pa_pc, b,d,f);
185 pa->pa_iot, pa->pa_memt, pa->pa_pc,
H A Dchipsfb.c107 sc->sc_iot = pa->pa_iot;
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Drbus_machdep.c183 ret = rbus_new_root_share(pa->pa_iot, ex, start, size, 0);
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dgcscpcib_pci.c95 gcscpcib_attach(self, &sc->sc_gcscpcib, pa->pa_iot, 0);
H A Dgeode.c108 sc->sc_iot = pa->pa_iot;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/dev/
H A Dgcscpcib_pci.c95 gcscpcib_attach(self, &sc->sc_gcscpcib, pa->pa_iot, GCSCATTACH_NO_WDT);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/obs405/
H A Drbus_machdep.c91 bus_space_tag_t bst = pa->pa_iot;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Drbus_machdep.c124 ret = rbus_new_root_share(pa->pa_iot, ex, start, size, 0);
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dicside.c200 iot = pa->pa_iot;
227 sc->sc_latchiot = pa->pa_iot;
252 sc->sc_tag = *pa->pa_iot;
H A Dsimide.c192 sc->sc_tag = *pa->pa_iot;
196 sc->sc_ctliot = pa->pa_iot;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Drbus_machdep.c108 return rbus_new_root_delegate(pa->pa_iot, start, size, 0);

Completed in 148 milliseconds

1234