Searched refs:I2C_CR_PE (Results 1 – 1 of 1) sorted by relevance
45 #define I2C_CR_PE (0x1 << 0) /* Peripheral Enable */ macro280 i2c_clr_bit(dev->virtbase + I2C_CR, I2C_CR_PE); in init_hw()293 #define DEFAULT_I2C_REG_CR ((1 << 1) | I2C_CR_PE)458 i2c_set_bit(dev->virtbase + I2C_CR, I2C_CR_PE); in read_i2c()528 i2c_set_bit(dev->virtbase + I2C_CR, I2C_CR_PE); in write_i2c()1068 i2c_clr_bit(dev->virtbase + I2C_CR, I2C_CR_PE); in nmk_i2c_remove()