Home
last modified time | relevance | path

Searched refs:DMA_ORDER_ASK_VALID (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/sound/soc/loongson/
Dloongson_dma.c22 #define DMA_ORDER_ASK_VALID (1 << 2) /* DMA ask valid flag */ macro
82 val |= DMA_ORDER_ASK_VALID; in dma_desc_save()
85 while (readl(order_reg) & DMA_ORDER_ASK_VALID) in dma_desc_save()