Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/omap/
Domap-mcpdm.c134 ctrl |= (MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_start()
140 ctrl &= ~(MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_start()
153 ctrl |= (MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_stop()
159 ctrl &= ~(MCPDM_SW_DN_RST | MCPDM_SW_UP_RST); in omap_mcpdm_stop()
Domap-mcpdm.h79 #define MCPDM_SW_DN_RST (1 << 12) macro