Home
last modified time | relevance | path

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

/trueos/sys/arm/at91/
HDat91_twi.c158 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()
HDat91_twireg.h53 #define TWI_CR_SWRST (1U << 7) /* Software Reset */ macro