Searched refs:BUS_DMA_WAITOK (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_2835_arm.c | 157 BUS_DMA_COHERENT | BUS_DMA_WAITOK, &bcm_slots_dma_map); in vchiq_platform_init() 438 BUS_DMA_COHERENT | BUS_DMA_WAITOK, &bi->pagelist_dma_map); in create_pagelist()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a31_dmac.c | 258 BUS_DMA_WAITOK | BUS_DMA_COHERENT, in a31dmac_attach() 266 a31dmac_dmamap_cb, &sc->chans[index], BUS_DMA_WAITOK); in a31dmac_attach()
|
| H A D | if_awg.c | 818 BUS_DMA_COHERENT | BUS_DMA_WAITOK | BUS_DMA_ZERO, &sc->tx.desc_map); in awg_setup_dma() 880 BUS_DMA_COHERENT | BUS_DMA_WAITOK | BUS_DMA_ZERO, &sc->rx.desc_map); in awg_setup_dma()
|
| H A D | aw_mmc.c | 659 BUS_DMA_COHERENT | BUS_DMA_WAITOK | BUS_DMA_ZERO, in aw_mmc_setup_dma()
|
| /f-stack/freebsd/sys/ |
| H A D | bus_dma.h | 85 #define BUS_DMA_WAITOK 0x00 /* safe to sleep (pseudo-flag) */ macro
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_dma.c | 281 BUS_DMA_WAITOK | BUS_DMA_COHERENT | BUS_DMA_ZERO, in bcm_dma_init() 302 BUS_DMA_WAITOK); in bcm_dma_init()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_aic.c | 524 BUS_DMA_WAITOK | BUS_DMA_COHERENT, &sc->dma_map); in aic_dma_setup() 531 sc->dma_size, aic_dmamap_cb, &sc->buf_base_phys, BUS_DMA_WAITOK); in aic_dma_setup()
|
| H A D | jz4780_pdma.c | 314 BUS_DMA_COHERENT | BUS_DMA_WAITOK | BUS_DMA_ZERO, in pdma_channel_setup_descriptors()
|
| H A D | jz4780_lcd.c | 512 BUS_DMA_NOCACHE | BUS_DMA_WAITOK | BUS_DMA_ZERO, &sc->fdesc_map); in jzlcd_attach()
|
| H A D | jz4780_mmc.c | 303 BUS_DMA_WAITOK | BUS_DMA_ZERO, &sc->sc_dma_map); in jz4780_mmc_setup_dma()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | if_are.c | 1173 (void **)&sc->are_rdata.are_tx_ring, BUS_DMA_WAITOK | in are_dma_alloc() 1194 (void **)&sc->are_rdata.are_rx_ring, BUS_DMA_WAITOK | in are_dma_alloc()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp_hardware.c | 262 BUS_DMA_ZERO | BUS_DMA_WAITOK, &qp->ring_desc_map); in ccp_hw_attach_queue() 267 ringsz, ccp_dmamap_cb, &qp->desc_ring_bus_addr, BUS_DMA_WAITOK); in ccp_hw_attach_queue()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | if_arge.c | 2030 (void **)&sc->arge_rdata.arge_tx_ring, BUS_DMA_WAITOK | in arge_dma_alloc() 2052 (void **)&sc->arge_rdata.arge_rx_ring, BUS_DMA_WAITOK | in arge_dma_alloc()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | busdma_machdep.c | 1534 map->callback_arg, BUS_DMA_WAITOK); in busdma_swi()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | busdma_bounce.c | 1458 map->callback, map->callback_arg, BUS_DMA_WAITOK); in busdma_swi()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | busdma_bounce.c | 1323 map->callback, map->callback_arg, BUS_DMA_WAITOK); in busdma_swi()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | busdma_machdep.c | 1745 map->callback_arg, BUS_DMA_WAITOK); in busdma_swi()
|