Home
last modified time | relevance | path

Searched refs:id_bouncesegs (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/sys/arch/alpha/isa/
Disadma_bounce.c73 bus_dma_segment_t id_bouncesegs[1]; /* array of bounce buffer member
589 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
593 error = _bus_dmamem_map(t, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
599 _bus_dmamem_free(t, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
616 _bus_dmamem_free(t, cookie->id_bouncesegs, in isadma_bounce_free_bouncebuf()
/netbsd/src/sys/arch/arc/isa/
Disadma_bounce.c74 bus_dma_segment_t id_bouncesegs[1]; /* array of bounce buffer member
637 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
641 error = _bus_dmamem_map(t, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
647 _bus_dmamem_free(t, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
664 _bus_dmamem_free(t, cookie->id_bouncesegs, in isadma_bounce_free_bouncebuf()
/netbsd/src/sys/arch/powerpc/isa/
Disadma_machdep.c76 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member
631 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in _isa_dma_alloc_bouncebuf()
635 error = _bus_dmamem_map(t, cookie->id_bouncesegs, in _isa_dma_alloc_bouncebuf()
641 _bus_dmamem_free(t, cookie->id_bouncesegs, in _isa_dma_alloc_bouncebuf()
662 _bus_dmamem_free(t, cookie->id_bouncesegs, in _isa_dma_free_bouncebuf()
/netbsd/src/sys/arch/atari/isa/
Disa_dma.c77 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member
637 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in _isa_dma_alloc_bouncebuf()
641 error = bus_dmamem_map(t, cookie->id_bouncesegs, in _isa_dma_alloc_bouncebuf()
647 bus_dmamem_free(t, cookie->id_bouncesegs, in _isa_dma_alloc_bouncebuf()
668 bus_dmamem_free(t, cookie->id_bouncesegs, in _isa_dma_free_bouncebuf()
/netbsd/src/sys/arch/evbmips/isa/
Disadma_bounce.c524 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
528 error = _bus_dmamem_map(t, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
534 _bus_dmamem_free(t, cookie->id_bouncesegs, in isadma_bounce_alloc_bouncebuf()
551 _bus_dmamem_free(t, cookie->id_bouncesegs, in isadma_bounce_free_bouncebuf()
/netbsd/src/sys/arch/x68k/dev/
Dintio.c826 PAGE_SIZE, map->x68k_dm_boundary, cookie->id_bouncesegs, in _intio_dma_alloc_bouncebuf()
830 error = x68k_bus_dmamem_map(t, cookie->id_bouncesegs, in _intio_dma_alloc_bouncebuf()
836 x68k_bus_dmamem_free(t, cookie->id_bouncesegs, in _intio_dma_alloc_bouncebuf()
854 x68k_bus_dmamem_free(t, cookie->id_bouncesegs, in _intio_dma_free_bouncebuf()
Dintiovar.h172 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member
/netbsd/src/sys/arch/x86/include/
Dbus_private.h88 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member
/netbsd/src/sys/arch/mips/include/
Dbus_dma_defs.h248 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member
/netbsd/src/sys/arch/mips/mips/
Dbus_dma.c1253 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1257 error = _bus_dmamem_map(t, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1263 _bus_dmamem_free(t, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1285 _bus_dmamem_free(t, cookie->id_bouncesegs, cookie->id_nbouncesegs); in _bus_dma_free_bouncebuf()
/netbsd/src/sys/arch/x86/x86/
Dbus_dma.c1052 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1060 error = _bus_dmamem_map(t, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1065 _bus_dmamem_free(t, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1087 _bus_dmamem_free(t, cookie->id_bouncesegs, in _bus_dma_free_bouncebuf()
/netbsd/src/sys/arch/arm/arm32/
Dbus_dma.c1837 PAGE_SIZE, map->_dm_boundary, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1840 error = _bus_dmamem_map(t, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1844 _bus_dmamem_free(t, cookie->id_bouncesegs, in _bus_dma_alloc_bouncebuf()
1867 _bus_dmamem_free(t, cookie->id_bouncesegs, cookie->id_nbouncesegs); in _bus_dma_free_bouncebuf()
/netbsd/src/sys/arch/arm/include/
Dbus_defs.h538 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer member