Home
last modified time | relevance | path

Searched defs:bsh (Results 1 – 25 of 235) sorted by relevance

12345678910

/netbsd-src/sys/arch/hpcmips/hpcmips/
H A Dbus_space_through.c50 bs_through_bs_unmap(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t size) in bs_through_bs_unmap()
56 bs_through_bs_subregion(bus_space_tag_t t, bus_space_handle_t bsh, in bs_through_bs_subregion()
76 bs_through_bs_free(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t size) in bs_through_bs_free()
86 bs_through_bs_vaddr(bus_space_tag_t t, bus_space_handle_t bsh) in bs_through_bs_vaddr()
107 bs_through_bs_barrier(bus_space_tag_t t, bus_space_handle_t bsh, in bs_through_bs_barrier()
118 bs_through_bs_peek(bus_space_tag_t t, bus_space_handle_t bsh, in bs_through_bs_peek()
125 bs_through_bs_poke(bus_space_tag_t t, bus_space_handle_t bsh, in bs_through_bs_poke()
136 bs_through_bs_r_1(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in bs_through_bs_r_1()
142 bs_through_bs_r_2(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in bs_through_bs_r_2()
148 bs_through_bs_r_4(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in bs_through_bs_r_4()
[all …]
H A Dbus_space.c292 __bs_unmap(bus_space_tag_t tx, bus_space_handle_t bsh, bus_size_t size) in __bs_unmap()
316 __bs_subregion(bus_space_tag_t t, bus_space_handle_t bsh, in __bs_subregion()
360 __bs_free(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t size) in __bs_free()
367 __bs_barrier(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_barrier()
374 __bs_peek(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_peek()
403 __bs_poke(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_poke()
428 __bs_r_1(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in __bs_r_1()
435 __bs_r_2(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in __bs_r_2()
442 __bs_r_4(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset) in __bs_r_4()
449 __bs_rm_1(bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t offset, in __bs_rm_1()
[all …]
/netbsd-src/sys/arch/sh3/sh3/
H A Dsh3_bus_space.c48 bus_space_read_1(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_1()
56 bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_2()
64 bus_space_read_4(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_4()
72 bus_space_read_stream_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_stream_2()
80 bus_space_read_stream_4(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_stream_4()
96 bus_space_read_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_1()
105 bus_space_read_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_2()
114 bus_space_read_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_4()
123 bus_space_read_multi_stream_2(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_stream_2()
132 bus_space_read_multi_stream_4(bus_space_tag_t tag, bus_space_handle_t bsh, in bus_space_read_multi_stream_4()
[all …]
/netbsd-src/sys/arch/sh3/dev/
H A Dshpcic.c393 shpcic_iomem_unmap(void *v, bus_space_handle_t bsh, bus_size_t size) in shpcic_iomem_unmap()
400 shpcic_iomem_subregion(void *v, bus_space_handle_t bsh, in shpcic_iomem_subregion()
421 shpcic_iomem_free(void *v, bus_space_handle_t bsh, bus_size_t size) in shpcic_iomem_free()
452 __shpcic_io_read_1(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_io_read_1()
460 __shpcic_io_read_2(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_io_read_2()
468 __shpcic_io_read_4(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_io_read_4()
476 __shpcic_mem_read_1(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_mem_read_1()
484 __shpcic_mem_read_2(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_mem_read_2()
492 __shpcic_mem_read_4(bus_space_handle_t bsh, bus_size_t offset) in __shpcic_mem_read_4()
503 shpcic_io_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in shpcic_io_read_1()
[all …]
/netbsd-src/sys/rump/dev/lib/libpci/
H A Drumpdev_bus_space.c73 bus_space_read_1(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_read_1()
93 bus_space_read_2(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_read_2()
113 bus_space_read_4(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_read_4()
133 bus_space_read_multi_1(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_read_multi_1()
144 bus_space_read_multi_2(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_read_multi_2()
155 bus_space_read_multi_4(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_read_multi_4()
166 bus_space_write_1(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_write_1()
183 bus_space_write_2(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_write_2()
200 bus_space_write_4(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_write_4()
217 bus_space_write_multi_1(bus_space_tag_t bst, bus_space_handle_t bsh, in bus_space_write_multi_1()
[all …]
/netbsd-src/sys/arch/evbsh3/t_sh7706lan/
H A Dt_sh7706lan_space.c159 t_sh7706lan_iomem_unmap(void *v, bus_space_handle_t bsh, bus_size_t size) in t_sh7706lan_iomem_unmap()
190 t_sh7706lan_iomem_subregion(void *v, bus_space_handle_t bsh, in t_sh7706lan_iomem_subregion()
211 t_sh7706lan_iomem_free(void *v, bus_space_handle_t bsh, bus_size_t size) in t_sh7706lan_iomem_free()
418 t_sh7706lan_iomem_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in t_sh7706lan_iomem_read_1()
425 t_sh7706lan_iomem_read_2(void *v, bus_space_handle_t bsh, bus_size_t offset) in t_sh7706lan_iomem_read_2()
433 t_sh7706lan_iomem_read_4(void *v, bus_space_handle_t bsh, bus_size_t offset) in t_sh7706lan_iomem_read_4()
443 t_sh7706lan_iomem_read_multi_1(void *v, bus_space_handle_t bsh, in t_sh7706lan_iomem_read_multi_1()
454 t_sh7706lan_iomem_read_multi_2(void *v, bus_space_handle_t bsh, in t_sh7706lan_iomem_read_multi_2()
467 t_sh7706lan_iomem_read_multi_4(void *v, bus_space_handle_t bsh, in t_sh7706lan_iomem_read_multi_4()
482 t_sh7706lan_iomem_read_region_1(void *v, bus_space_handle_t bsh, in t_sh7706lan_iomem_read_region_1()
[all …]
/netbsd-src/sys/arch/evbsh3/ap_ms104_sh4/
H A Dap_ms104_sh4_space.c159 ap_ms104_sh4_iomem_unmap(void *v, bus_space_handle_t bsh, bus_size_t size) in ap_ms104_sh4_iomem_unmap()
190 ap_ms104_sh4_iomem_subregion(void *v, bus_space_handle_t bsh, in ap_ms104_sh4_iomem_subregion()
211 ap_ms104_sh4_iomem_free(void *v, bus_space_handle_t bsh, bus_size_t size) in ap_ms104_sh4_iomem_free()
490 ap_ms104_sh4_iomem_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in ap_ms104_sh4_iomem_read_1()
497 ap_ms104_sh4_iomem_read_2(void *v, bus_space_handle_t bsh, bus_size_t offset) in ap_ms104_sh4_iomem_read_2()
504 ap_ms104_sh4_iomem_read_4(void *v, bus_space_handle_t bsh, bus_size_t offset) in ap_ms104_sh4_iomem_read_4()
511 ap_ms104_sh4_iomem_read_multi_1(void *v, bus_space_handle_t bsh, in ap_ms104_sh4_iomem_read_multi_1()
522 ap_ms104_sh4_iomem_read_multi_2(void *v, bus_space_handle_t bsh, in ap_ms104_sh4_iomem_read_multi_2()
534 ap_ms104_sh4_iomem_read_multi_4(void *v, bus_space_handle_t bsh, in ap_ms104_sh4_iomem_read_multi_4()
546 ap_ms104_sh4_iomem_read_region_1(void *v, bus_space_handle_t bsh, in ap_ms104_sh4_iomem_read_region_1()
[all …]
/netbsd-src/sys/arch/arc/include/
H A Dbus_funcs.h131 #define bus_space_dispose_handle(bst, bsh, size) \ argument
143 #define bus_space_paddr(bst, bsh, pap) \ argument
153 #define bus_space_vaddr(bst, bsh) \ argument
233 #define bus_space_read_stream_2(tag, bsh, offset) \ argument
235 #define bus_space_read_stream_4(tag, bsh, offset) \ argument
237 #define bus_space_read_stream_8(tag, bsh, offset) \ argument
239 #define bus_space_read_multi_stream_2(tag, bsh, offset, datap, count) \ argument
241 #define bus_space_read_multi_stream_4(tag, bsh, offset, datap, count) \ argument
243 #define bus_space_read_multi_stream_8(tag, bsh, offset, datap, count) \ argument
245 #define bus_space_read_region_stream_2(tag, bsh, offset, datap, count) \ argument
[all …]
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dpodulebus_io.c154 podulebus_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in podulebus_bs_unmap()
162 podulebus_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in podulebus_bs_free()
171 podulebus_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, bus_size_t size, bus_spa… in podulebus_bs_subregion()
179 podulebus_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, bus_size_t len, int flags) in podulebus_bs_barrier()
186 podulebus_bs_rr_1(void *cookie, bus_space_handle_t bsh, in podulebus_bs_rr_1()
196 podulebus_bs_rr_2(void *cookie, bus_space_handle_t bsh, in podulebus_bs_rr_2()
206 podulebus_bs_wr_1(void *cookie, bus_space_handle_t bsh, in podulebus_bs_wr_1()
217 podulebus_bs_wr_2(void *cookie, bus_space_handle_t bsh, in podulebus_bs_wr_2()
228 podulebus_bs_sr_1(void *cookie, bus_space_handle_t bsh, in podulebus_bs_sr_1()
238 podulebus_bs_sr_2(void *cookie, bus_space_handle_t bsh, in podulebus_bs_sr_2()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dbus_space.c585 generic_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in generic_bs_unmap()
603 generic_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_subregion()
611 generic_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_barrier()
660 generic_bs_vaddr(void *t, bus_space_handle_t bsh) in generic_bs_vaddr()
690 generic_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in generic_bs_free()
697 generic_bs_pe_1(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_1()
712 generic_bs_pe_2(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_2()
727 generic_bs_pe_4(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_4()
742 generic_bs_pe_8(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_pe_8()
757 generic_bs_po_1(void *t, bus_space_handle_t bsh, bus_size_t offset, in generic_bs_po_1()
[all …]
/netbsd-src/sys/arch/landisk/dev/
H A Dobio.c332 obio_iomem_unmap(void *v, bus_space_handle_t bsh, bus_size_t size) in obio_iomem_unmap()
363 obio_iomem_subregion(void *v, bus_space_handle_t bsh, in obio_iomem_subregion()
384 obio_iomem_free(void *v, bus_space_handle_t bsh, bus_size_t size) in obio_iomem_free()
552 obio_iomem_read_1(void *v, bus_space_handle_t bsh, bus_size_t offset) in obio_iomem_read_1()
559 obio_iomem_read_2(void *v, bus_space_handle_t bsh, bus_size_t offset) in obio_iomem_read_2()
566 obio_iomem_read_4(void *v, bus_space_handle_t bsh, bus_size_t offset) in obio_iomem_read_4()
573 obio_iomem_read_multi_1(void *v, bus_space_handle_t bsh, in obio_iomem_read_multi_1()
584 obio_iomem_read_multi_2(void *v, bus_space_handle_t bsh, in obio_iomem_read_multi_2()
595 obio_iomem_read_multi_4(void *v, bus_space_handle_t bsh, in obio_iomem_read_multi_4()
606 obio_iomem_read_region_1(void *v, bus_space_handle_t bsh, in obio_iomem_read_region_1()
[all …]
/netbsd-src/sys/arch/epoc32/epoc32/
H A Dexternal_io.c133 external_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in external_bs_subregion()
143 external_bs_rr_1(void *cookie, bus_space_handle_t bsh, in external_bs_rr_1()
153 external_bs_rr_2(void *cookie, bus_space_handle_t bsh, in external_bs_rr_2()
168 external_bs_wr_1(void *cookie, bus_space_handle_t bsh, in external_bs_wr_1()
178 external_bs_wr_2(void *cookie, bus_space_handle_t bsh, in external_bs_wr_2()
195 external_bs_sr_1(void *cookie, bus_space_handle_t bsh, in external_bs_sr_1()
205 external_bs_sr_2(void *cookie, bus_space_handle_t bsh, in external_bs_sr_2()
/netbsd-src/sys/dev/ic/
H A Dmb86950.c215 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_stop() local
243 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_drain_fifo() local
263 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_config() local
390 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_watchdog() local
523 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_init() local
554 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_start() local
599 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_put_fifo() local
670 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_intr() local
732 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_tint() local
776 bus_space_handle_t bsh = sc->sc_bsh; in mb86950_rint() local
[all …]
H A Dmb86960.c119 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_attach() local
375 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_stop() local
442 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_droppacket() local
454 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_init() local
614 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_xmit() local
795 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_tint() local
936 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_rint() local
1077 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_intr() local
1271 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_get_packet() local
1348 bus_space_handle_t bsh = sc->sc_bsh; in mb86960_write_mbufs() local
[all …]
/netbsd-src/sys/arch/acorn32/eb7500atx/
H A Drsbus_io.c134 rsbus_bs_rr_1(void *cookie, bus_space_handle_t bsh, in rsbus_bs_rr_1()
144 rsbus_bs_rr_2(void *cookie, bus_space_handle_t bsh, in rsbus_bs_rr_2()
154 rsbus_bs_wr_1(void *cookie, bus_space_handle_t bsh, in rsbus_bs_wr_1()
165 rsbus_bs_wr_2(void *cookie, bus_space_handle_t bsh, in rsbus_bs_wr_2()
176 rsbus_bs_sr_1(void *cookie, bus_space_handle_t bsh, in rsbus_bs_sr_1()
186 rsbus_bs_sr_2(void *cookie, bus_space_handle_t bsh, in rsbus_bs_sr_2()
/netbsd-src/sys/arch/evbppc/virtex/
H A Ddcr.c48 bus_space_handle_t *bsh) in dcr_map()
56 dcr_unmap(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t size) in dcr_unmap()
62 dcr_subregion(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, in dcr_subregion()
71 dcr_barrier(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, in dcr_barrier()
/netbsd-src/sys/arch/mac68k/nubus/
H A Dnubus.c101 bus_space_handle_t bsh; in nubus_attach() local
263 bus_space_handle_t bsh; in nubus_print() local
331 nubus_probe_slot(bus_space_tag_t bst, bus_space_handle_t bsh, int slot, in nubus_probe_slot()
464 nubus_calc_CRC(bus_space_tag_t bst, bus_space_handle_t bsh, nubus_slot *fmt) in nubus_calc_CRC()
538 nubus_read_1(bus_space_tag_t bst, bus_space_handle_t bsh, u_int8_t lanes, in nubus_read_1()
547 nubus_read_2(bus_space_tag_t bst, bus_space_handle_t bsh, u_int8_t lanes, in nubus_read_2()
560 nubus_read_4(bus_space_tag_t bst, bus_space_handle_t bsh, u_int8_t lanes, in nubus_read_4()
607 nubus_find_rsrc(bus_space_tag_t bst, bus_space_handle_t bsh, nubus_slot *fmt, in nubus_find_rsrc()
645 nubus_get_ind_data(bus_space_tag_t bst, bus_space_handle_t bsh, nubus_slot *fmt, in nubus_get_ind_data()
669 nubus_get_c_string(bus_space_tag_t bst, bus_space_handle_t bsh, nubus_slot *fmt, in nubus_get_c_string()
[all …]
/netbsd-src/sys/arch/arm/xscale/
H A Dbecc_space.c176 becc_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in becc_bs_subregion()
185 becc_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in becc_bs_barrier()
193 becc_bs_vaddr(void *t, bus_space_handle_t bsh) in becc_bs_vaddr()
238 becc_io_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in becc_io_bs_unmap()
254 becc_io_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in becc_io_bs_free()
261 becc_io_bs_vaddr(void *t, bus_space_handle_t bsh) in becc_io_bs_vaddr()
306 becc_mem_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in becc_mem_bs_unmap()
322 becc_mem_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in becc_mem_bs_free()
/netbsd-src/sys/arch/hp300/dev/
H A Ddio.c105 bus_space_handle_t bsh; in dioattach() local
393 dio_bus_space_read_oddbyte_1(bus_space_tag_t bst, bus_space_handle_t bsh, in dio_bus_space_read_oddbyte_1()
401 dio_bus_space_write_oddbyte_1(bus_space_tag_t bst, bus_space_handle_t bsh, in dio_bus_space_write_oddbyte_1()
409 dio_bus_space_read_multi_oddbyte_1(bus_space_tag_t bst, bus_space_handle_t bsh, in dio_bus_space_read_multi_oddbyte_1()
426 dio_bus_space_write_multi_oddbyte_1(bus_space_tag_t bst, bus_space_handle_t bsh, in dio_bus_space_write_multi_oddbyte_1()
443 dio_bus_space_read_region_oddbyte_1(bus_space_tag_t bst, bus_space_handle_t bsh, in dio_bus_space_read_region_oddbyte_1()
461 bus_space_handle_t bsh, bus_size_t offset, const uint8_t *addr, in dio_bus_space_write_region_oddbyte_1()
479 dio_bus_space_set_multi_oddbyte_1(bus_space_tag_t bst, bus_space_handle_t bsh, in dio_bus_space_set_multi_oddbyte_1()
495 dio_bus_space_set_region_oddbyte_1(bus_space_tag_t bst, bus_space_handle_t bsh, in dio_bus_space_set_region_oddbyte_1()
/netbsd-src/sys/arch/arm/imx/
H A Dimx_space.c241 imx_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in imx_bs_unmap()
261 imx_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in imx_bs_subregion()
270 imx_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in imx_bs_barrier()
278 imx_bs_vaddr(void *t, bus_space_handle_t bsh) in imx_bs_vaddr()
295 imx_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in imx_bs_free()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_idm.c60 bcmeth_unreset(bus_space_tag_t bst, bus_space_handle_t bsh, in bcmeth_unreset()
112 bcmccb_idm_unreset(bus_space_tag_t bst, bus_space_handle_t bsh, in bcmccb_idm_unreset()
131 bcmpax2_idm_unreset(bus_space_tag_t bst, bus_space_handle_t bsh, in bcmpax2_idm_unreset()
143 bcmxhci_idm_unreset(bus_space_tag_t bst, bus_space_handle_t bsh, in bcmxhci_idm_unreset()
185 bus_space_handle_t bsh) in bcm53xx_idm_device_init()
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2xx0_space.c207 s3c2xx0_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in s3c2xx0_bs_unmap()
227 s3c2xx0_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in s3c2xx0_bs_subregion()
236 s3c2xx0_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in s3c2xx0_bs_barrier()
244 s3c2xx0_bs_vaddr(void *t, bus_space_handle_t bsh) in s3c2xx0_bs_vaddr()
261 s3c2xx0_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in s3c2xx0_bs_free()
/netbsd-src/sys/arch/iyonix/iyonix/
H A Dobio_space.c188 obio_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in obio_bs_unmap()
205 obio_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in obio_bs_free()
212 obio_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in obio_bs_subregion()
221 obio_bs_vaddr(void *t, bus_space_handle_t bsh) in obio_bs_vaddr()
228 obio_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in obio_bs_barrier()
/netbsd-src/sys/arch/arm/gemini/
H A Dgemini_space.c211 gemini_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in gemini_bs_unmap()
231 gemini_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in gemini_bs_subregion()
240 gemini_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in gemini_bs_barrier()
248 gemini_bs_vaddr(void *t, bus_space_handle_t bsh) in gemini_bs_vaddr()
265 gemini_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in gemini_bs_free()
/netbsd-src/sys/arch/evbarm/hdl_g/
H A Dobio_space.c188 obio_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size) in obio_bs_unmap()
205 obio_bs_free(void *t, bus_space_handle_t bsh, bus_size_t size) in obio_bs_free()
212 obio_bs_subregion(void *t, bus_space_handle_t bsh, bus_size_t offset, in obio_bs_subregion()
221 obio_bs_vaddr(void *t, bus_space_handle_t bsh) in obio_bs_vaddr()
228 obio_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset, in obio_bs_barrier()

12345678910