Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/omap/
Dmcbsp.h186 #define XDISABLE BIT(0) macro
Dmcbsp.c687 w &= ~(tx ? XDISABLE : 0); in omap_mcbsp_start()
707 w |= (tx ? XDISABLE : 0); in omap_mcbsp_stop()
Domap-mcbsp.c431 regs->xccr = DXENDLY(1) | XDMAEN | XDISABLE; in omap_mcbsp_dai_set_dai_fmt()