OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 22 05:09:51 GMT 2025