| /f-stack/freebsd/x86/include/ |
| H A D | bus_dma.h | 82 bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags, in bus_dmamem_alloc() function
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus_dma.h | 55 bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags, in bus_dmamem_alloc() function
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_2835_arm.c | 156 err = bus_dmamem_alloc(bcm_slots_dma_tag, (void **)&g_slot_mem, in vchiq_platform_init() 437 err = bus_dmamem_alloc(bi->pagelist_dma_tag, (void **)&pagelist, in create_pagelist()
|
| /f-stack/freebsd/sys/ |
| H A D | bus_dma.h | 377 BUS_DMAMAP_OP int bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_hdmiaudio.c | 235 error = bus_dmamem_alloc(sc->dmat, &ch->dmaaddr, in a10hdmiaudio_chan_init()
|
| H A D | a31_dmac.c | 256 error = bus_dmamem_alloc(sc->dmat, in a31dmac_attach()
|
| H A D | if_awg.c | 817 error = bus_dmamem_alloc(sc->tx.desc_tag, (void **)&sc->tx.desc_ring, in awg_setup_dma() 879 error = bus_dmamem_alloc(sc->rx.desc_tag, (void **)&sc->rx.desc_ring, in awg_setup_dma()
|
| H A D | a10_codec.c | 849 error = bus_dmamem_alloc(sc->dmat, &ch->dmaaddr, in a10codec_chan_init()
|
| H A D | aw_mmc.c | 658 error = bus_dmamem_alloc(sc->aw_dma_tag, &sc->aw_dma_desc, in aw_mmc_setup_dma()
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | smist.c | 213 if (bus_dmamem_alloc(tag, &cb_data.buf, BUS_DMA_NOWAIT, &map) != 0) { in set_ownership()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_pdma.c | 313 error = bus_dmamem_alloc(chan->desc_tag, (void**)&chan->desc_ring, in pdma_channel_setup_descriptors()
|
| H A D | jz4780_lcd.c | 511 error = bus_dmamem_alloc(sc->fdesc_tag, (void **)&sc->fdesc, in jzlcd_attach()
|
| H A D | jz4780_aic.c | 523 err = bus_dmamem_alloc(sc->dma_tag, (void **)&sc->buf_base, in aic_dma_setup()
|
| H A D | jz4780_mmc.c | 302 error = bus_dmamem_alloc(sc->sc_dma_tag, &sc->sc_dma_desc, in jz4780_mmc_setup_dma()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox.c | 326 err = bus_dmamem_alloc(*tag, &buf, 0, map); in bcm2835_mbox_init_dma()
|
| H A D | bcm2835_dma.c | 280 err = bus_dmamem_alloc(sc->sc_dma_tag, &cb_virt, in bcm_dma_init()
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | zy7_devcfg.c | 558 err = bus_dmamem_alloc(sc->dma_tag, &dma_mem, BUS_DMA_NOWAIT, in zy7_devcfg_write()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_ssi.c | 793 err = bus_dmamem_alloc(sc->dma_tag, (void **)&sc->buf_base, in ssi_attach()
|
| H A D | imx6_ipu.c | 1006 err = bus_dmamem_alloc(sc->sc_dma_tag, (void **)&sc->sc_fb_base, in ipu_init()
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_sai.c | 743 err = bus_dmamem_alloc(sc->dma_tag, (void **)&sc->buf_base, in sai_attach()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | versatile_clcd.c | 298 err = bus_dmamem_alloc(sc->dma_tag, (void **)&sc->fb_base, in versatile_clcdc_attach()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | if_are.c | 1172 error = bus_dmamem_alloc(sc->are_cdata.are_tx_ring_tag, in are_dma_alloc() 1193 error = bus_dmamem_alloc(sc->are_cdata.are_rx_ring_tag, in are_dma_alloc()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_lcd.c | 663 err = bus_dmamem_alloc(sc->sc_dma_tag, (void **)&sc->sc_fb_base, in am335x_lcd_configure()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | if_arge.c | 2029 error = bus_dmamem_alloc(sc->arge_cdata.arge_tx_ring_tag, in arge_dma_alloc() 2051 error = bus_dmamem_alloc(sc->arge_cdata.arge_rx_ring_tag, in arge_dma_alloc()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | busdma_machdep.c | 650 bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddrp, int flags, in bus_dmamem_alloc() function
|