Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpxa2xx_ssp.h57 #define SSCR0_SCR(x) ((x) << 8) /* Serial Clock Rate (mask) */ macro
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
DSA-1100.h770 #define SSCR0_SCR Fld (8, 8) /* Serial Clock Rate divisor/2 - 1 */ macro
774 (((Div) - 2)/2 << FShft (SSCR0_SCR))
778 (((Div) - 1)/2 << FShft (SSCR0_SCR))
/linux-4.1.27/drivers/spi/
Dspi-pxa2xx.c1201 / (1 + ((chip->cr0 & SSCR0_SCR(0xfff)) >> 8)), in setup()
1206 / (1 + ((chip->cr0 & SSCR0_SCR(0x0ff)) >> 8)), in setup()
1432 tmp = SSCR0_SCR(2) | SSCR0_Motorola | SSCR0_DataSize(8); in pxa2xx_spi_probe()