MCPcopy Create free account
hub / github.com/F-Stack/f-stack / exclusion_bounce

Function exclusion_bounce

freebsd/arm/arm/busdma_machdep.c:300–305  ·  view source on GitHub ↗

* Return true if the tag has an exclusion zone that could lead to bouncing. */

Source from the content-addressed store, hash-verified

298 * Return true if the tag has an exclusion zone that could lead to bouncing.
299 */
300static __inline int
301exclusion_bounce(bus_dma_tag_t dmat)
302{
303
304 return (dmat->flags & BUS_DMA_EXCL_BOUNCE);
305}
306
307/*
308 * Return true if the given address does not fall on the alignment boundary.

Callers 3

must_bounceFunction · 0.85
bus_dmamem_allocFunction · 0.85
bus_dmamem_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected