Searched refs:bus_dmamem_alloc (Results 126 - 150 of 246) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dbus.h1119 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dfms.c691 if ((error = bus_dmamem_alloc(sc->sc_dmat, size, PAGE_SIZE, 0, &p->seg,
H A Dpciide_common.c615 if ((error = bus_dmamem_alloc(sc->sc_dmat, dma_table_size,
H A Dvirtio.c568 r = bus_dmamem_alloc(sc->sc_dmat, allocsize, VIRTIO_PAGE_SIZE, 0,
H A Dif_bnx.c2239 if (bus_dmamem_alloc(sc->bnx_dmatag, BNX_STATUS_BLK_SZ,
2293 if (bus_dmamem_alloc(sc->bnx_dmatag, BCM_PAGE_SIZE,
2330 if (bus_dmamem_alloc(sc->bnx_dmatag, BNX_STATS_BLK_SZ,
2376 if (bus_dmamem_alloc(sc->bnx_dmatag, BNX_TX_CHAIN_PAGE_SZ,
2434 if (bus_dmamem_alloc(sc->bnx_dmatag, BNX_RX_CHAIN_PAGE_SZ,
H A Dif_jme.c409 if (bus_dmamem_alloc(sc->jme_dmatag, PAGE_SIZE, 0, PAGE_SIZE,
422 if (bus_dmamem_alloc(sc->jme_dmatag, PAGE_SIZE, 0, PAGE_SIZE,
H A Dif_sk.c828 if (bus_dmamem_alloc(sc->sc_dmatag, SK_JMEM, PAGE_SIZE, 0,
1311 if (bus_dmamem_alloc(sc->sc_dmatag, sizeof(struct sk_ring_data),
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/include/
H A Dbus.h882 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtl81x9.c644 if ((error = bus_dmamem_alloc(sc->sc_dmat,
H A Desiop.c1894 error = bus_dmamem_alloc(sc->sc_c.sc_dmat, PAGE_SIZE, PAGE_SIZE, 0,
2025 error = bus_dmamem_alloc(sc->sc_c.sc_dmat, PAGE_SIZE, PAGE_SIZE, 0,
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dbus.c519 * bus_dmamem_alloc().
598 bus_dmamem_alloc(bus_dma_tag_t t, bus_size_t size, bus_size_t alignment, function
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/include/
H A Dbus.h790 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/hp700/dev/
H A Dastro.c550 return (bus_dmamem_alloc(sc->sc_dmat, size, alignment, boundary,
/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91emac.c384 err = bus_dmamem_alloc(sc->sc_dmat, sc->rbqlen, 0,
/netbsd-6-1-5-RELEASE/sys/arch/arm/ep93xx/
H A Depe.c322 err = bus_dmamem_alloc(sc->sc_dmat, PAGE_SIZE, 0, PAGE_SIZE,
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dbus_funcs.h556 #define bus_dmamem_alloc(t, s, a, b, sg, n, r, f) \ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domapfb.c200 if (bus_dmamem_alloc(sc->sc_dmat, sc->sc_vramsize, 0, 0,
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c369 error = bus_dmamem_alloc(sc->dma_tag, size, align, 0,
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_ac97.c686 error = bus_dmamem_alloc(sc->sc_dmat, size, 16, 0, ad->ad_segs,
H A Dpxa2x0_lcd.c535 error = bus_dmamem_alloc(dma_tag, size, 16, 0, scr->segs, 1,
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dqe.c260 if ((error = bus_dmamem_alloc(dmatag, size, 0, 0,
H A Ddbri.c332 if ((error = bus_dmamem_alloc(sc->sc_dmat, size, 0, 0, &sc->sc_dmaseg,
2094 if (bus_dmamem_alloc(sc->sc_dmat, s, 0, 0, &dd->dmaseg,
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdmmc.c596 error = bus_dmamem_alloc(sc->sc_dmat, SDMMC_SECTOR_SIZE,
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dbba.c309 if (bus_dmamem_alloc(sc->sc_dmat, size, BBA_DMABUF_ALIGN,
/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Diop.c304 if (bus_dmamem_alloc(sc->sc_dmat, PAGE_SIZE, PAGE_SIZE, 0,
1014 rv = bus_dmamem_alloc(sc->sc_dmat, sc->sc_rep_size, PAGE_SIZE,

Completed in 381 milliseconds

12345678910