Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/loongson/
H A 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()