HomeSort by: relevance | last modified time | path
    Searched defs:bouncing (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/riscv/riscv/
bus_dma.c 337 /* ...so _bus_dmamap_sync() knows we're bouncing */
1108 const bool bouncing = (map->_dm_flags & _BUS_DMAMAP_IS_BOUNCING); local in function:_bus_dmamap_sync
1110 const bool bouncing = false; local in function:_bus_dmamap_sync
1128 KASSERTMSG(bouncing || pre_ops != 0 || (post_ops & BUS_DMASYNC_POSTREAD),
1131 if (bouncing && (ops & BUS_DMASYNC_PREWRITE)) {
1206 if (bouncing && (post_ops & BUS_DMASYNC_POSTREAD))
1213 if (bouncing) {
1243 if (!bouncing || (ops & BUS_DMASYNC_POSTREAD) == 0)
  /src/sys/arch/arm/arm32/
bus_dma.c 343 /* ...so _bus_dmamap_sync() knows we're bouncing */
1138 const bool bouncing = (map->_dm_flags & _BUS_DMAMAP_IS_BOUNCING); local in function:_bus_dmamap_sync
1140 const bool bouncing = false; local in function:_bus_dmamap_sync
1162 KASSERTMSG(bouncing || pre_ops != 0 || (post_ops & BUS_DMASYNC_POSTREAD),
1165 if (bouncing && (ops & BUS_DMASYNC_PREWRITE)) {
1240 if (bouncing && (post_ops & BUS_DMASYNC_POSTREAD))
1258 if (bouncing) {
1288 if (!bouncing || (ops & BUS_DMASYNC_POSTREAD) == 0)

Completed in 14 milliseconds