Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/loongson/
H A Dloongson_dma.c21 #define DMA_ORDER_START (1 << 3) /* DMA start */ macro
110 val |= DMA_ORDER_START; in loongson_pcm_trigger()
113 while ((readl(order_reg) & DMA_ORDER_START)) in loongson_pcm_trigger()