Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-s3c2410.c55 #define S3C2410_IICCON_TXDIV_512 (1 << 6) macro
873 iiccon &= ~(S3C2410_IICCON_SCALEMASK | S3C2410_IICCON_TXDIV_512); in s3c24xx_i2c_clockrate()
877 iiccon |= S3C2410_IICCON_TXDIV_512; in s3c24xx_i2c_clockrate()