Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/pxa/
H A Dpxa-ssp.c191 ~(SSCR0_ECS | SSCR0_NCS | SSCR0_MOD | SSCR0_ACS); in pxa_ssp_set_dai_sysclk()
234 sscr0 |= SSCR0_ACS; in pxa_ssp_set_dai_sysclk()
583 if (sscr0 & SSCR0_ACS) { in pxa_ssp_hw_params()
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h67 #define SSCR0_ACS BIT(30) /* Audio clock select */ macro