Home
last modified time | relevance | path

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

/trueos/sys/arm/at91/
HDat91_twireg.h63 #define TWI_CWGR_CKDIV(x) ((x) << 16) /* Clock Divider */ macro
HDat91_twi.c155 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()