Home
last modified time | relevance | path

Searched refs:SSCR0_DataSize (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/soc/pxa/
H A Dpxa-ssp.c330 sscr0 |= SSCR0_EDSS | SSCR0_DataSize(slot_width - 16); in pxa_ssp_set_dai_tdm_slot()
332 sscr0 |= SSCR0_DataSize(slot_width); in pxa_ssp_set_dai_tdm_slot()
572 sscr0 |= SSCR0_DataSize(16); in pxa_ssp_hw_params()
575 sscr0 |= (SSCR0_EDSS | SSCR0_DataSize(8)); in pxa_ssp_hw_params()
578 sscr0 |= (SSCR0_EDSS | SSCR0_DataSize(16)); in pxa_ssp_hw_params()
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h50 #define SSCR0_DataSize(x) ((x) - 1) /* Data Size Select [4..16] */ macro
/openbmc/linux/drivers/input/mouse/
H A Dnavpoint.c48 | SSCR0_DataSize(16) /* DSS = 15; Data size = 16-bit */
/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx.c302 | SSCR0_DataSize(bits > 16 ? bits - 16 : bits) in pxa2xx_configure_sscr0()
1577 tmp = SSCR0_SCR(2) | SSCR0_Motorola | SSCR0_DataSize(8); in pxa2xx_spi_probe()
1594 tmp = SSCR0_Motorola | SSCR0_DataSize(8); in pxa2xx_spi_probe()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h759 #define SSCR0_DataSize(Size) /* Data Size Select [4..16] */ \ macro
/openbmc/u-boot/include/
H A DSA-1100.h1039 #define SSCR0_DataSize(Size) /* Data Size Select [4..16] */ \ macro