Searched refs:BUS_DMA_WAITOK (Results 76 - 100 of 153) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dbus_dma.c126 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/ews4800mips/
H A Dbus_dma.c108 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/arc/jazz/
H A Dasc.c400 BUS_DMA_NOWAIT : BUS_DMA_WAITOK) | BUS_DMA_STREAMING |
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2440_i2s.c322 int dma_flags = BUS_DMA_WAITOK;
H A Ds3c24x0_lcd.c316 int busdma_flag = (cold ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK) |
742 offset, prot, BUS_DMA_WAITOK|BUS_DMA_COHERENT);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/common/
H A Dbus_dma.c98 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dadw.c677 BUS_DMA_WAITOK) | BUS_DMA_STREAMING |
686 BUS_DMA_NOWAIT : BUS_DMA_WAITOK) |
H A Daha.c1186 BUS_DMA_WAITOK) | BUS_DMA_STREAMING |
1196 BUS_DMA_WAITOK) | BUS_DMA_STREAMING |
H A Drrunner.c787 &rseg, BUS_DMA_WAITOK);
803 BUS_DMA_WAITOK | BUS_DMA_COHERENT);
810 BUS_DMA_ALLOCNOW | BUS_DMA_WAITOK,
817 size, NULL, BUS_DMA_WAITOK)) {
1051 uio, BUS_DMA_READ|BUS_DMA_WAITOK);
1204 uio, BUS_DMA_WRITE|BUS_DMA_WAITOK);
1327 BUS_DMA_READ|BUS_DMA_WAITOK);
3563 BUS_DMA_ALLOCNOW | BUS_DMA_WAITOK,
H A Dlsi64854.c109 0, BUS_DMA_WAITOK, &sc->sc_dmamap) != 0) {
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c486 int busdma_flag = (cold ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK);
936 BUS_DMA_WAITOK | (pxa2x0_lcd_writethrough ? 0 : BUS_DMA_COHERENT));
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Deap.c905 &p->nsegs, BUS_DMA_WAITOK);
910 &p->addr, BUS_DMA_WAITOK|BUS_DMA_COHERENT);
915 0, BUS_DMA_WAITOK, &p->map);
920 BUS_DMA_WAITOK);
1788 off, prot, BUS_DMA_WAITOK);
H A Demuxki.c271 BUS_DMA_WAITOK)) {
277 &(mem->kaddr), BUS_DMA_WAITOK | BUS_DMA_COHERENT)) {
284 mem->bound, BUS_DMA_WAITOK, &(mem->map))) {
292 mem->size, NULL, BUS_DMA_WAITOK)) {
2397 off, prot, BUS_DMA_WAITOK);
H A Deso.c1584 &ed->ed_nsegs, BUS_DMA_WAITOK);
1589 ed->ed_size, &ed->ed_kva, BUS_DMA_WAITOK | BUS_DMA_COHERENT);
1594 BUS_DMA_WAITOK, &ed->ed_map);
1599 ed->ed_size, NULL, BUS_DMA_WAITOK |
1744 offs, prot, BUS_DMA_WAITOK);
H A Dif_alc.c985 sc->alc_rdata.alc_tx_ring, ALC_TX_RING_SZ, NULL, BUS_DMA_WAITOK);
1023 sc->alc_rdata.alc_rx_ring, ALC_RX_RING_SZ, NULL, BUS_DMA_WAITOK);
1061 sc->alc_rdata.alc_rr_ring, ALC_RR_RING_SZ, NULL, BUS_DMA_WAITOK);
1101 BUS_DMA_WAITOK);
1141 BUS_DMA_WAITOK);
H A Dazalia.c989 &nsegs, BUS_DMA_WAITOK);
995 &d->addr, BUS_DMA_WAITOK | BUS_DMA_COHERENT | BUS_DMA_NOCACHE);
999 BUS_DMA_WAITOK, &d->map);
1003 NULL, BUS_DMA_WAITOK);
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dbus_dma.c111 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/include/
H A Dbus.h474 #define BUS_DMA_WAITOK 0x000 /* safe to sleep (pseudo-flag) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dbus.c170 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/pmax/include/
H A Dbus.h485 #define BUS_DMA_WAITOK 0x000 /* safe to sleep (pseudo-flag) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dbus_dma.c119 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/landisk/landisk/
H A Dbus_dma.c111 map->_dm_flags = flags & ~(BUS_DMA_WAITOK | BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dbus_dma.c105 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/obio/
H A Dasc.c157 DMA_SEGS, MAX_DMA_SZ, RB_BOUNDRY, BUS_DMA_WAITOK,
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/mvme68k/
H A Dbus_dma.c103 map->_dm_flags = flags & ~(BUS_DMA_WAITOK|BUS_DMA_NOWAIT);

Completed in 306 milliseconds

1234567