Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ti/
H A Domap-mcpdm.h64 #define MCPDM_SW_UP_RST (1 << 11) macro
H A Domap-mcpdm.c122 ctrl |= (MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_start()
128 ctrl &= ~(MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_start()
141 ctrl |= (MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_stop()
147 ctrl &= ~(MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_stop()