Searched refs:I2C_CR_PE (Results 1 – 1 of 1) sorted by relevance
48 #define I2C_CR_PE (0x1 << 0) /* Peripheral Enable */ macro283 i2c_clr_bit(dev->virtbase + I2C_CR , I2C_CR_PE); in init_hw()296 #define DEFAULT_I2C_REG_CR ((1 << 1) | I2C_CR_PE)461 i2c_set_bit(dev->virtbase + I2C_CR, I2C_CR_PE); in read_i2c()531 i2c_set_bit(dev->virtbase + I2C_CR , I2C_CR_PE); in write_i2c()1071 i2c_clr_bit(dev->virtbase + I2C_CR, I2C_CR_PE); in nmk_i2c_remove()