Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/loongson/
H A Dloongson_dma.c20 #define DMA_ORDER_STOP BIT(4) /* DMA stop */ macro
121 val = readq(order_reg) | DMA_ORDER_STOP; in loongson_pcm_trigger()