Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-s3c24xx-regs.h21 #define S3C2410_SPCON_CPHA_FMTB (1 << 1) /* Clock Phase Select */ macro
Dspi-s3c24xx.c132 spcon |= S3C2410_SPCON_CPHA_FMTB; in s3c24xx_spi_update_state()