Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-s3c24xx-regs.h18 #define S3C2410_SPCON_CPOL_HIGH (1 << 2) /* Clock polarity select */ macro
Dspi-s3c24xx.c135 spcon |= S3C2410_SPCON_CPOL_HIGH; in s3c24xx_spi_update_state()