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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_twireg.h47 #define TWI_CR_START (1U << 0) /* Send a start */ macro
H A Dat91_twi.c364 WR4(sc, TWI_CR, TWI_CR_START | TWI_CR_STOP);
366 WR4(sc, TWI_CR, TWI_CR_START);
H A Dboard_tsc4370.c236 WR4HW(AT91RM92_TWI_BASE, TWI_CR, TWI_CR_START);

Completed in 117 milliseconds