Searched refs:_bounce_thresh (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/arch/evbmips/mipssim/
H A Dmipssim_dma.c60 t->_bounce_thresh = t->_bounce_alloc_hi; /* as an approximation */
/netbsd-current/sys/arch/x86/include/
H A Dbus_private.h176 bus_addr_t _bounce_thresh; member in struct:x86_bus_dma_tag
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Dbus_dma_hacks.h122 return dmat->_bounce_thresh && pa >= dmat->_bounce_thresh;
/netbsd-current/sys/arch/mips/mips/
H A Dbus_dma.c345 map->_dm_bounce_thresh = t->_bounce_thresh;
359 if (t->_bounce_thresh == 0 || _BUS_AVAIL_END <= t->_bounce_thresh - 1)
1342 if (((tag->_bounce_thresh != 0 &&
1343 max_addr >= tag->_bounce_thresh - 1 &&
1362 if (tag->_bounce_thresh == 0 || max_addr < tag->_bounce_thresh)
1363 (*newtag)->_bounce_thresh = max_addr;
/netbsd-current/sys/arch/mips/include/
H A Dbus_dma_defs.h176 bus_addr_t _bounce_thresh; member in struct:mips_bus_dma_tag
/netbsd-current/sys/arch/i386/eisa/
H A Deisa_machdep.c99 ._bounce_thresh = 0,
/netbsd-current/sys/arch/xen/xen/
H A Dxpci_xenbus.c93 ._bounce_thresh = PCI32_DMA_BOUNCE_THRESHOLD,
97 ._bounce_thresh = 0,
107 ._bounce_thresh = 0,
/netbsd-current/sys/arch/x86/x86/
H A Dbus_dma.c306 map->_dm_bounce_thresh = t->_bounce_thresh;
312 if (t->_bounce_thresh == 0 || _BUS_AVAIL_END <= t->_bounce_thresh - 1)
1332 if ((tag->_bounce_thresh != 0 && max_addr >= tag->_bounce_thresh - 1) &&
1349 if (tag->_bounce_thresh == 0 || max_addr < tag->_bounce_thresh)
1350 (*newtag)->_bounce_thresh = max_addr;
/netbsd-current/sys/arch/or1k/include/
H A Dbus_defs.h307 bus_addr_t _bounce_thresh; member in struct:or1k_bus_dma_tag
/netbsd-current/sys/arch/powerpc/include/
H A Dbus_defs.h323 bus_addr_t _bounce_thresh; member in struct:powerpc_bus_dma_tag
/netbsd-current/sys/arch/x86/isa/
H A Disa_machdep.c107 ._bounce_thresh = ISA_DMA_BOUNCE_THRESHOLD,
/netbsd-current/sys/arch/xen/x86/
H A Dxen_bus_dma.c54 ._bounce_thresh = 0,
/netbsd-current/sys/arch/i386/mca/
H A Dmca_machdep.c105 ._bounce_thresh = MCA_DMA_BOUNCE_THRESHOLD,
/netbsd-current/sys/arch/atari/include/
H A Dbus_defs.h337 bus_addr_t _bounce_thresh; member in struct:atari_bus_dma_tag
/netbsd-current/sys/arch/x86/pci/
H A Dpci_machdep.c288 ._bounce_thresh = PCI32_DMA_BOUNCE_THRESHOLD,
292 ._bounce_thresh = 0,
302 ._bounce_thresh = 0,
/netbsd-current/sys/arch/atari/isa/
H A Disa_dma.c181 if (avail_end <= t->_bounce_thresh ||
/netbsd-current/sys/arch/powerpc/isa/
H A Disadma_machdep.c211 if (avail_end <= t->_bounce_thresh ||
/netbsd-current/sys/arch/x68k/x68k/
H A Dbus.c116 map->x68k_dm_bounce_thresh = t->_bounce_thresh;
/netbsd-current/sys/arch/x68k/dev/
H A Dintio.c434 if (avail_end <= t->_bounce_thresh)
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dbus_dma.c128 map->_dm_bounce_thresh = t->_bounce_thresh;
/netbsd-current/sys/arch/x68k/include/
H A Dbus.h585 bus_addr_t _bounce_thresh; member in struct:x68k_bus_dma
/netbsd-current/sys/arch/ia64/include/
H A Dbus.h1047 bus_addr_t _bounce_thresh; member in struct:ia64_bus_dma_tag

Completed in 270 milliseconds