Searched refs:S3C2410_SPCON_CPHA_FMTB (Results 1 – 2 of 2) sorted by relevance
/drivers/spi/ | ||
D | spi-s3c24xx-regs.h | 21 #define S3C2410_SPCON_CPHA_FMTB (1 << 1) /* Clock Phase Select */ macro |
D | spi-s3c24xx.c | 132 spcon |= S3C2410_SPCON_CPHA_FMTB; in s3c24xx_spi_update_state() |