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

  /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)) {
1279 if (bouncing && (post_ops & BUS_DMASYNC_POSTREAD))
1297 if (bouncing) {
1327 if (!bouncing || (ops & BUS_DMASYNC_POSTREAD) == 0)
  /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)) {
1245 if (bouncing && (post_ops & BUS_DMASYNC_POSTREAD))
1252 if (bouncing) {
1282 if (!bouncing || (ops & BUS_DMASYNC_POSTREAD) == 0)

Completed in 13 milliseconds