Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dat91_i2c.c65 writel(TWI_CR_STOP, &reg->cr); in at91_i2c_xfer_msg()
83 writel(TWI_CR_STOP, &reg->cr); in at91_i2c_xfer_msg()
H A Dat91_i2c.h6 #define TWI_CR_STOP BIT(1) /* Send a Stop Condition */ macro