Home
last modified time | relevance | path

Searched refs:powerpc_bus_space (Results 1 – 25 of 43) sorted by relevance

12

/netbsd/src/sys/arch/sandpoint/include/
Dbus_funcs.h8 extern struct powerpc_bus_space sandpoint_io_space_tag;
9 extern struct powerpc_bus_space genppc_isa_io_space_tag;
10 extern struct powerpc_bus_space sandpoint_mem_space_tag;
11 extern struct powerpc_bus_space genppc_isa_mem_space_tag;
12 extern struct powerpc_bus_space sandpoint_eumb_space_tag;
13 extern struct powerpc_bus_space sandpoint_flash_space_tag;
14 extern struct powerpc_bus_space sandpoint_nhgpio_space_tag;
/netbsd/src/sys/arch/evbppc/ev64260/
Dmachdep.c115 struct powerpc_bus_space ev64260_pci0_mem_bs_tag = {
119 struct powerpc_bus_space ev64260_pci0_io_bs_tag = {
123 struct powerpc_bus_space ev64260_pci1_mem_bs_tag = {
127 struct powerpc_bus_space ev64260_pci1_io_bs_tag = {
131 struct powerpc_bus_space ev64260_obio0_bs_tag = {
135 struct powerpc_bus_space ev64260_obio1_bs_tag = {
139 struct powerpc_bus_space ev64260_obio2_bs_tag = {
143 struct powerpc_bus_space ev64260_obio3_bs_tag = {
147 struct powerpc_bus_space ev64260_bootcs_bs_tag = {
151 struct powerpc_bus_space ev64260_gt_bs_tag = {
[all …]
Dautoconf.c156 extern struct powerpc_bus_space in device_register()
163 struct powerpc_bus_space *pci_io_bs_tag, *pci_mem_bs_tag; in device_register()
183 pci_io_bs_tag, sizeof(struct powerpc_bus_space)); in device_register()
188 pci_mem_bs_tag, sizeof(struct powerpc_bus_space)); in device_register()
210 extern struct powerpc_bus_space *ev64260_obio_bs_tags[5]; in device_register()
212 struct powerpc_bus_space *bst = in device_register()
/netbsd/src/sys/arch/powerpc/include/
Dprep_bus_funcs.h36 extern struct powerpc_bus_space prep_io_space_tag;
37 extern struct powerpc_bus_space genppc_isa_io_space_tag;
38 extern struct powerpc_bus_space prep_mem_space_tag;
39 extern struct powerpc_bus_space genppc_isa_mem_space_tag;
Dprep_bus.h52 extern struct powerpc_bus_space prep_io_space_tag;
53 extern struct powerpc_bus_space genppc_isa_io_space_tag;
54 extern struct powerpc_bus_space prep_mem_space_tag;
55 extern struct powerpc_bus_space genppc_isa_mem_space_tag;
Dofw_bus_funcs.h36 extern struct powerpc_bus_space genppc_isa_io_space_tag;
37 extern struct powerpc_bus_space genppc_isa_mem_space_tag;
43 int ofwoea_map_space(int, int, int, struct powerpc_bus_space *, const char *);
Dofw_bus.h47 extern struct powerpc_bus_space genppc_isa_io_space_tag;
48 extern struct powerpc_bus_space genppc_isa_mem_space_tag;
54 int ofwoea_map_space(int, int, int, struct powerpc_bus_space *, const char *);
Dbus_defs.h125 typedef const struct powerpc_bus_space *bus_space_tag_t;
191 struct powerpc_bus_space { struct
237 int bus_space_init(struct powerpc_bus_space *, const char *, void *, size_t); argument
/netbsd/src/sys/arch/powerpc/oea/
Dprep_machdep.c71 struct powerpc_bus_space prep_io_space_tag = {
78 struct powerpc_bus_space genppc_isa_io_space_tag = {
85 struct powerpc_bus_space prep_mem_space_tag = {
92 struct powerpc_bus_space genppc_isa_mem_space_tag = {
Dofw_autoconf.c240 struct powerpc_bus_space *gtpci_mem_bs_tag = NULL; in device_register()
270 extern struct powerpc_bus_space in device_register()
278 struct powerpc_bus_space *gtpci_io_bs_tag; in device_register()
307 gtpci_io_bs_tag, sizeof(struct powerpc_bus_space)); in device_register()
312 gtpci_mem_bs_tag, sizeof(struct powerpc_bus_space)); in device_register()
/netbsd/src/sys/arch/sandpoint/sandpoint/
Dmachdep.c431 struct powerpc_bus_space sandpoint_io_space_tag = {
435 struct powerpc_bus_space genppc_isa_io_space_tag = {
439 struct powerpc_bus_space sandpoint_mem_space_tag = {
443 struct powerpc_bus_space genppc_isa_mem_space_tag = {
447 struct powerpc_bus_space sandpoint_eumb_space_tag = {
451 struct powerpc_bus_space sandpoint_flash_space_tag = {
455 struct powerpc_bus_space sandpoint_nhgpio_space_tag = {
/netbsd/src/sys/arch/prep/include/
Dbus.h38 extern struct powerpc_bus_space prep_eisa_io_space_tag;
39 extern struct powerpc_bus_space prep_eisa_mem_space_tag;
Dbus_funcs.h38 extern struct powerpc_bus_space prep_eisa_io_space_tag;
39 extern struct powerpc_bus_space prep_eisa_mem_space_tag;
/netbsd/src/sys/arch/evbppc/pmppc/dev/
Dmainbus.h53 extern struct powerpc_bus_space pmppc_mem_tag;
54 extern struct powerpc_bus_space pmppc_pci_io_tag;
/netbsd/src/sys/arch/macppc/pci/
Dbandit.c47 struct powerpc_bus_space sc_iot;
48 struct powerpc_bus_space sc_memt;
118 memset(&sc->sc_iot, 0, sizeof(struct powerpc_bus_space)); in bandit_attach()
119 memset(&sc->sc_memt, 0, sizeof(struct powerpc_bus_space)); in bandit_attach()
Dgrackle.c46 struct powerpc_bus_space sc_iot;
47 struct powerpc_bus_space sc_memt;
Du3.c55 struct powerpc_bus_space sc_iot;
56 struct powerpc_bus_space sc_memt;
/netbsd/src/sys/arch/evbppc/virtex/
Ddesign_gsrd2.c228 static const struct powerpc_bus_space cdmac_bst = {
232 static const struct powerpc_bus_space temac_bst = {
237 static const struct powerpc_bus_space tft0_bst = {
242 static const struct powerpc_bus_space tft1_bst = {
246 static struct powerpc_bus_space opb_bst = {
Ddesign_gsrd1.c221 static const struct powerpc_bus_space xlcom_bst = {
225 static const struct powerpc_bus_space cdmac_bst = {
229 static const struct powerpc_bus_space temac_bst = {
233 static const struct powerpc_bus_space tft_bst = {
/netbsd/src/sys/arch/evbppc/explora/dev/
Delb.c61 static struct powerpc_bus_space elb_tag = {
67 static struct powerpc_bus_space elb_fb_tag = {
/netbsd/src/sys/arch/powerpc/ibm4xx/pci/
Dpchb.c67 static struct powerpc_bus_space pchb_io_tag = {
75 static struct powerpc_bus_space pchb_mem_tag = {
/netbsd/src/sys/arch/macppc/dev/
Duni-n.c54 struct powerpc_bus_space sc_memt;
137 memset(&sc->sc_memt, 0, sizeof(struct powerpc_bus_space)); in uni_n_attach()
/netbsd/src/sys/arch/evbppc/pmppc/
Dmachdep.c123 struct powerpc_bus_space pmppc_mem_tag = {
128 struct powerpc_bus_space pmppc_pci_io_tag = {
/netbsd/src/sys/arch/ofppc/pci/
Dgt_mainbus.c74 static struct powerpc_bus_space pegasosii_gt_bs_tag = {
100 struct powerpc_bus_space
/netbsd/src/sys/arch/rs6000/include/
Dbus_defs.h48 extern struct powerpc_bus_space rs6000_iocc0_io_space_tag;

12