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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_twireg.h63 #define TWI_CWGR_CKDIV(x) ((x) << 16) /* Clock Divider */ macro
H A Dat91_twi.c155 sc->cwgr = TWI_CWGR_CKDIV(8 * at91_master_clock / TWI_FASTEST_CLOCK) |
303 sc->cwgr = TWI_CWGR_CKDIV(1) | TWI_CWGR_CHDIV(TWI_CWGR_DIV(clk)) |

Completed in 89 milliseconds