DMA_DESC_IOD
#define DMA_DESC_IOD (1 << 28) /* Interrupt on done */
#define DMA_DESC_IOD BIT(28) /* Interrupt on done */