Home
last modified time | relevance | path

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

/linux/sound/soc/pxa/
H A Dpxa-ssp.c428 ~(SSCR1_SCLKDIR | SSCR1_SFRMDIR | SSCR1_SCFR | in pxa_ssp_configure_dai_fmt()
437 sscr1 |= SSCR1_SCLKDIR | SSCR1_SFRMDIR | SSCR1_SCFR; in pxa_ssp_configure_dai_fmt()
440 sscr1 |= SSCR1_SCLKDIR | SSCR1_SCFR; in pxa_ssp_configure_dai_fmt()
/linux/drivers/spi/
H A Dspi-pxa2xx.c42 | SSCR1_ECRA | SSCR1_ECRB | SSCR1_SCLKDIR \
55 | SSCR1_ECRA | SSCR1_ECRB | SSCR1_SCLKDIR \
1195 chip->cr1 |= SSCR1_SCLKDIR; in setup()
1398 SSCR1_SCLKDIR | in pxa2xx_spi_probe()
/linux/include/linux/
H A Dpxa2xx_ssp.h143 #define SSCR1_SCLKDIR BIT(25) /* Serial Bit Rate Clock Direction */ macro