Searched refs:TWI_CR_STOP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/at91/
H A Dat91_twireg.h48 #define TWI_CR_STOP (1U << 1) /* Send a stop */ macro
H A Dat91_twi.c364 WR4(sc, TWI_CR, TWI_CR_START | TWI_CR_STOP);
374 WR4(sc, TWI_CR, TWI_CR_STOP);
387 WR4(sc, TWI_CR, TWI_CR_STOP);
H A Dboard_tsc4370.c251 WR4HW(AT91RM92_TWI_BASE, TWI_CR, TWI_CR_STOP);

Completed in 78 milliseconds