Searched refs:TWI_CR_SWRST (Results 1 – 2 of 2) sorted by relevance
212 writel(TWI_CR_SWRST, ®->cr); in at91_i2c_probe_chip()272 writel(TWI_CR_SWRST, ®->cr); in at91_i2c_probe()
8 #define TWI_CR_SWRST BIT(7) /* Software Reset */ macro