* Return true if the tag has an exclusion zone that could lead to bouncing. */
| 298 | * Return true if the tag has an exclusion zone that could lead to bouncing. |
| 299 | */ |
| 300 | static __inline int |
| 301 | exclusion_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. |
no outgoing calls
no test coverage detected