Searched refs:MCPDM_SW_UP_RST (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/omap/
H A Domap-mcpdm.h78 #define MCPDM_SW_UP_RST (1 << 11) macro
H A Domap-mcpdm.c131 ctrl |= (MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); omap_mcpdm_start()
137 ctrl &= ~(MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); omap_mcpdm_start()
150 ctrl |= (MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); omap_mcpdm_stop()
156 ctrl &= ~(MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); omap_mcpdm_stop()

Completed in 42 milliseconds