Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dregs-spi.h25 #define S3C2410_SPCON_CPOL_HIGH (1 << 2) /* Clock polarity select */ macro
/linux-4.1.27/drivers/spi/
Dspi-s3c24xx.c140 spcon |= S3C2410_SPCON_CPOL_HIGH; in s3c24xx_spi_update_state()