Searched refs:SSCR0_PSP (Results 1 – 3 of 3) sorted by relevance
426 ~(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()
131 #define SSCR0_PSP (3 << 4) /* PSP - Programmable Serial Protocol */ macro
1388 #define SSCR0_PSP(x) (((x) & 0x30) == 0x30) macro