Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.h11 #define TWI_CR_LOCKCLR BIT(26) /* Lock Clear */ macro
H A Dat91_i2c.c102 writel(TWI_CR_LOCKCLR, &reg->cr); in at91_i2c_xfer_msg()