Searched refs:BUS_DMA_COULD_BOUNCE (Results 1 – 3 of 3) sorted by relevance
66 BUS_DMA_COULD_BOUNCE = 0x01, enumerator206 (parent->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0)) in bounce_bus_dma_tag_create()207 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE; in bounce_bus_dma_tag_create()211 newtag->bounce_flags |= BUS_DMA_COULD_BOUNCE; in bounce_bus_dma_tag_create()213 if ((newtag->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0 && in bounce_bus_dma_tag_create()233 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) == 0) in bounce_bus_dma_id_mapped()248 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) == 0 || in bounce_bus_dma_tag_set_domain()319 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0) { in bounce_bus_dmamap_create()737 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0) { in bounce_bus_dmamap_load_phys()790 if ((dmat->bounce_flags & BUS_DMA_COULD_BOUNCE) != 0) { in bounce_bus_dmamap_load_buffer()[all …]
69 #define BUS_DMA_COULD_BOUNCE BUS_DMA_BUS3 macro427 ((parent->flags & BUS_DMA_COULD_BOUNCE) != 0)) in bus_dma_tag_create()428 newtag->flags |= BUS_DMA_COULD_BOUNCE; in bus_dma_tag_create()443 newtag->flags |= BUS_DMA_COULD_BOUNCE; in bus_dma_tag_create()445 if (((newtag->flags & BUS_DMA_COULD_BOUNCE) != 0) && in bus_dma_tag_create()576 if (dmat->flags & BUS_DMA_COULD_BOUNCE) { in bus_dmamap_create()835 if (((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) && in _bus_dmamap_count_pages()927 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) { in _bus_dmamap_load_phys()939 if (((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) && in _bus_dmamap_load_phys()994 if ((dmat->flags & BUS_DMA_COULD_BOUNCE) != 0) { in _bus_dmamap_load_buffer()[all …]
74 #define BUS_DMA_COULD_BOUNCE (BUS_DMA_EXCL_BOUNCE | BUS_DMA_ALIGN_BOUNCE) macro509 newtag->flags |= parent->flags & BUS_DMA_COULD_BOUNCE; in bus_dma_tag_create()664 if (dmat->flags & BUS_DMA_COULD_BOUNCE) in allocate_bz_and_pages()