Home
last modified time | relevance | path

Searched refs:SSCR1_TRAIL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx.h117 #define DEFAULT_DMA_CR1 (SSCR1_TSRE | SSCR1_RSRE | SSCR1_TRAIL)
H A Dspi-pxa2xx.c49 | SSCR1_SFRMDIR | SSCR1_RWOT | SSCR1_TRAIL \
62 | SSCR1_SFRMDIR | SSCR1_RWOT | SSCR1_TRAIL \
/openbmc/linux/sound/soc/pxa/
H A Dpxa-ssp.c429 SSCR1_RWOT | SSCR1_TRAIL | SSCR1_TFT | SSCR1_RFT); in pxa_ssp_configure_dai_fmt()
467 sscr1 |= SSCR1_RWOT | SSCR1_TRAIL; in pxa_ssp_configure_dai_fmt()
476 sscr1 |= SSCR1_TRAIL | SSCR1_RWOT; in pxa_ssp_configure_dai_fmt()
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h140 #define SSCR1_TRAIL BIT(22) /* Trailing Byte */ macro