Searched refs:TWI_MMR (Results 1 – 2 of 2) sorted by relevance
313 at91twi_writereg(sc, TWI_MMR, (addr << 16) | TWI_MMR_MREAD | (cmdlen << 8)); in at91twi_i2c_exec()317 addr, iadr, at91twi_readreg(sc, TWI_MMR)); in at91twi_i2c_exec()324 at91twi_writereg(sc, TWI_MMR, addr << 16); in at91twi_i2c_exec()
47 #define TWI_MMR 0x04U /* 0x04: Master Mode Register */ macro