Disables DMA for the specified handle.
#include <sys/dma.h>
int d_map_disable(*handle)
struct d_handle *handle;
Item | Description |
---|---|
handle | Indicates the unique handle returned by d_map_init. |
The d_map_disable kernel service is a bus-specific utility routine determined by the d_map_init kernel service that disables DMA for the specified handle with respect to the platform.
Item | Description |
---|---|
DMA_SUCC | Indicates the DMA is successfully disabled. |
DMA_FAIL | Indicates the DMA could not be explicitly disabled for this device or bus. |