Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A Dmpc5200_dma.c68 bd->data[0] = s->runtime->dma_addr + (s->period_next * s->period_bytes); in psc_dma_bcom_enqueue_next_buffer()
72 s->period_next = (s->period_next + 1) % s->runtime->periods; in psc_dma_bcom_enqueue_next_buffer()
129 s->period_next = 0; in psc_dma_trigger()
H A Dmpc5200_dma.h29 int period_next; member