Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dsh_sh7734_i2c.c58 #define SH_I2C_ICSR_TEND (1 << 6) macro
96 int ret = check_icsr_bits(base, SH_I2C_ICSR_TEND); in check_tend()
103 clrbits_8(&base->icsr, SH_I2C_ICSR_TEND); in check_tend()