Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/pxa/
Dpxa-ssp.c426 ~(SSCR0_PSP | SSCR0_MOD); in pxa_ssp_configure_dai_fmt()
466 sscr0 |= SSCR0_PSP; in pxa_ssp_configure_dai_fmt()
475 sscr0 |= SSCR0_MOD | SSCR0_PSP; in pxa_ssp_configure_dai_fmt()
/Linux-v6.6/include/linux/
Dpxa2xx_ssp.h131 #define SSCR0_PSP (3 << 4) /* PSP - Programmable Serial Protocol */ macro