Searched refs:TWI_CWGR_DIV (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/at91/
H A Dat91_twireg.h66 #define TWI_CWGR_DIV(rate) \ macro
H A Dat91_twi.c156 TWI_CWGR_CHDIV(TWI_CWGR_DIV(TWI_DEF_CLK)) |
157 TWI_CWGR_CLDIV(TWI_CWGR_DIV(TWI_DEF_CLK));
303 sc->cwgr = TWI_CWGR_CKDIV(1) | TWI_CWGR_CHDIV(TWI_CWGR_DIV(clk)) |
304 TWI_CWGR_CLDIV(TWI_CWGR_DIV(clk));

Completed in 101 milliseconds