Home
last modified time | relevance | path

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

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