Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/loongson/
H A Dloongson_dma.c20 #define DMA_ORDER_STOP (1 << 4) /* DMA stop */ macro
122 val = readq(order_reg) | DMA_ORDER_STOP; in loongson_pcm_trigger()