Searched refs:S3C2410_SPCON_CPOL_HIGH (Results 1 – 2 of 2) sorted by relevance
/drivers/spi/ | ||
D | spi-s3c24xx-regs.h | 18 #define S3C2410_SPCON_CPOL_HIGH (1 << 2) /* Clock polarity select */ macro |
D | spi-s3c24xx.c | 135 spcon |= S3C2410_SPCON_CPOL_HIGH; in s3c24xx_spi_update_state() |