HomeSort by: relevance | last modified time | path
    Searched refs:TWI_CWGR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91twireg.h 49 #define TWI_CWGR 0x10U /* 0x10: Clock Waveform Generator Reg */
at91twi.c 111 at91twi_writereg(sc, TWI_CWGR, (ckdiv << 16) | (cxdiv << 8) | cxdiv);
115 printf("%s: ckdiv=%d cxdiv=%d CWGR=0x%08X SR=0x%08X\n", device_xname(self), ckdiv, cxdiv, at91twi_readreg(sc, TWI_CWGR), at91twi_readreg(sc, TWI_SR));

Completed in 12 milliseconds