Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/omap/
Dmcbsp.h195 #define RDISABLE BIT(0) macro
Dmcbsp.c681 w &= ~(rx ? RDISABLE : 0); in omap_mcbsp_start()
708 w |= (rx ? RDISABLE : 0); in omap_mcbsp_stop()
Domap-mcbsp.c390 regs->rccr = RFULL_CYCLE | RDMAEN | RDISABLE; in omap_mcbsp_dai_set_dai_fmt()