Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/omap/
Dmcbsp.h186 #define XDISABLE BIT(0) macro
Dmcbsp.c678 w &= ~(tx ? XDISABLE : 0); in omap_mcbsp_start()
698 w |= (tx ? XDISABLE : 0); in omap_mcbsp_stop()
Domap-mcbsp.c389 regs->xccr = DXENDLY(1) | XDMAEN | XDISABLE; in omap_mcbsp_dai_set_dai_fmt()