Searched refs:TWI_CR_SWRST (Results 1 – 2 of 2) sorted by relevance
158 WR4(sc, TWI_CR, TWI_CR_SWRST); in at91_twi_attach()305 WR4(sc, TWI_CR, TWI_CR_SWRST); in at91_twi_rst_card()394 WR4(sc, TWI_CR, TWI_CR_SWRST); in at91_twi_transfer()
53 #define TWI_CR_SWRST (1U << 7) /* Software Reset */ macro