Searched refs:TWI_CWGR_CKDIV (Results 1 – 2 of 2) sorted by relevance
63 #define TWI_CWGR_CKDIV(x) ((x) << 16) /* Clock Divider */ macro
155 sc->cwgr = TWI_CWGR_CKDIV(8 * at91_master_clock / TWI_FASTEST_CLOCK) | in at91_twi_attach()303 sc->cwgr = TWI_CWGR_CKDIV(1) | TWI_CWGR_CHDIV(TWI_CWGR_DIV(clk)) | in at91_twi_rst_card()