Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/pxa/
H A 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()
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h131 #define SSCR0_PSP (3 << 4) /* PSP - Programmable Serial Protocol */ macro
/openbmc/qemu/hw/arm/
H A Dstrongarm.c1388 #define SSCR0_PSP(x) (((x) & 0x30) == 0x30) macro