| 217 | rt_ubase_t dma_handle, rt_ubase_t flags); |
| 218 | |
| 219 | rt_inline rt_bool_t rt_dma_device_is_coherent(struct rt_device *dev) |
| 220 | { |
| 221 | return rt_dm_dev_prop_read_bool(dev, "dma-coherent"); |
| 222 | } |
| 223 | |
| 224 | rt_inline void rt_dma_device_set_ops(struct rt_device *dev, |
| 225 | const struct rt_dma_map_ops *ops) |
no test coverage detected