Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-pxa2xx.c1025 / (1 + ((cr0 & SSCR0_SCR(0xfff)) >> 8)), in pxa2xx_spi_transfer_one()
1030 / (1 + ((cr0 & SSCR0_SCR(0x0ff)) >> 8)), in pxa2xx_spi_transfer_one()
1399 tmp = SSCR0_SCR(2) | SSCR0_Motorola | SSCR0_DataSize(8); in pxa2xx_spi_probe()
1418 tmp |= SSCR0_SCR(2); in pxa2xx_spi_probe()
/linux/include/linux/
H A Dpxa2xx_ssp.h57 #define SSCR0_SCR(x) ((x) << 8) /* Serial Clock Rate (mask) */ macro
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h771 #define SSCR0_SCR Fld (8, 8) /* Serial Clock Rate divisor/2 - 1 */ macro
775 (((Div) - 2)/2 << FShft (SSCR0_SCR))
779 (((Div) - 1)/2 << FShft (SSCR0_SCR))