Home
last modified time | relevance | path

Searched refs:S3C2410_SPCON_CPHA_FMTB (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-spi.h28 #define S3C2410_SPCON_CPHA_FMTB (1 << 1) /* Clock Phase Select */ macro
/linux-3.4.99/drivers/spi/
Dspi-s3c24xx.c152 spcon |= S3C2410_SPCON_CPHA_FMTB; in s3c24xx_spi_update_state()