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

  /src/sys/dev/i2c/
motoi2c.c 111 I2C_WRITE(I2CCR, sc->sc_disable_mask); /* reset before config */
125 I2C_WRITE(I2CCR, sc->sc_enable_mask); /* enable the I2C module */
135 I2C_WRITE(I2CCR, sc->sc_disable_mask); /* disable the I2C module */
180 __func__, sr, I2C_READ(I2CCR)));
217 cr = I2C_READ(I2CCR);
240 I2C_WRITE(I2CCR, cr);
243 __func__, I2C_READ(I2CSR), cr, I2C_READ(I2CCR)));
248 __func__, I2C_READ(I2CSR), cr, I2C_READ(I2CCR)));
249 I2C_WRITE(I2CCR, sc->sc_disable_mask);
251 I2C_WRITE(I2CCR, sc->sc_enable_mask | CR_MTX | CR_MSTA)
    [all...]
motoi2creg.h 42 #define I2CCR 0x0008 /* control */
  /src/sys/arch/powerpc/include/booke/
e500reg.h 303 #define I2CCR 0x008 /* i2c control register */

Completed in 51 milliseconds