Searched refs:bus_dmamem_alloc (Results 1 - 25 of 246) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/sys/arch/alpha/common/
H A Dsgmap_common.c95 if (bus_dmamem_alloc(t, ptsize, minptalign, 0, &seg, 1, &rseg,
121 if (bus_dmamem_alloc(t, PAGE_SIZE, 0, 0, &seg, 1, &rseg,
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpdev/
H A Drumpdma.c81 bus_dmamem_alloc(bus_dma_tag_t tag, bus_size_t size, bus_size_t align, function
/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91pdc.c27 err = bus_dmamem_alloc(dmat, size, 0, size, &segs, 1, &rsegs,
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_pci.c96 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr,
116 if ((ret = bus_dmamem_alloc(dmah->tag, size, align, 0,
126 printf("drm: bad segment count from bus_dmamem_alloc\n");
H A Dati_pcigart.c92 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr, flags, &dmah->map);
116 ret = bus_dmamem_alloc(dmah->tag, gart_info->table_size, PAGE_SIZE,
H A Ddrm_scatter.c97 ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr,
130 if ((ret = bus_dmamem_alloc(dmah->tag, request->size, PAGE_SIZE, 0,
179 * If bus_dmamem_alloc did not return each page in own segment
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/hpc/
H A Dhpcdma.c88 if (bus_dmamem_alloc(sc->sc_dmat, allocsz, 0, 0, &seg, 1, &rseg,
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/include/
H A Dbus_funcs.h81 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dbus_dma_funcs.h89 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dif_le.c178 if (bus_dmamem_alloc(pa->pa_dmat, ether_data_buff_size, PAGE_SIZE, 0,
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwdma.c70 err = bus_dmamem_alloc(dmat, size, alignment, 0, &segs, 1,
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/sbd/
H A Dif_le_sbdio.c112 if (bus_dmamem_alloc(lesc->sc_dmat, LE_MEMSIZE, 0, 0, &seg, 1, &rseg,
/netbsd-6-1-5-RELEASE/sys/arch/arm/broadcom/
H A Dbcm2835_mbox.c139 error = bus_dmamem_alloc(sc->sc_dmat, buflen, 16, 0, segs, 1,
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/
H A Dn8_memory_bsd.c288 if (bus_dmamem_alloc(sc->dma_tag, size, PAGE_SIZE, 0,
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Diavc_pci.c236 if ((ret = bus_dmamem_alloc(sc->dmat, IAVC_DMA_SIZE, PAGE_SIZE, 0,
266 if ((ret = bus_dmamem_alloc(sc->dmat, IAVC_DMA_SIZE, PAGE_SIZE, 0,
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Dif_mc_obio.c135 if (bus_dmamem_alloc(sc->sc_dmat, 2 * 0x800, 0, 0, &sc->sc_dmasegs_tx,
147 if (bus_dmamem_alloc(sc->sc_dmat, MC_RXDMABUFS * 0x800, 0, 0,
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dusb_mem.c154 error = bus_dmamem_alloc(tag, b->size, align, 0,
413 error = bus_dmamem_alloc(dtag, USB_MEM_RESERVE, PAGE_SIZE, 0,
/netbsd-6-1-5-RELEASE/sys/arch/vax/if/
H A Dif_le_vsbus.c221 err = bus_dmamem_alloc(va->va_dmat, ALLOCSIZ, PAGE_SIZE, 0,
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dsgmap.c82 if (bus_dmamem_alloc(t, ptsize, minptalign, 0, &seg, 1, &rseg,
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dvsbus_dma.c116 error = bus_dmamem_alloc(t, mapsize, mapsize, mapsize,
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dif_le_obio.c160 if ((error = bus_dmamem_alloc(dmatag, MEMSIZE, PAGE_SIZE, 0,
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dbus_funcs.h197 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dbus_dma.h185 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/obio/
H A Dif_le.c177 if (bus_dmamem_alloc(dmat, LE_MEMSIZE, 0, 0, &seg, 1,
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/include/
H A Dbus_dma.h183 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro

Completed in 204 milliseconds

12345678910