Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/omap/
Dmcbsp.h180 #define XDISABLE BIT(0) macro
Dmcbsp.c624 w &= ~(tx ? XDISABLE : 0); in omap_mcbsp_start()
644 w |= (tx ? XDISABLE : 0); in omap_mcbsp_stop()
Domap-mcbsp.c402 regs->xccr = DXENDLY(1) | XDMAEN | XDISABLE; in omap_mcbsp_dai_set_dai_fmt()