Searched refs:reg_stat (Results 1 – 11 of 11) sorted by relevance
77 unsigned int reg_stat; member
83 ret = regmap_read(data->regmap, data->chip_info->reg_stat, &val); in sx_common_push_events()
785 .reg_stat = SX9360_REG_STAT,
932 .reg_stat = SX9310_REG_STAT0,
1040 .reg_stat = SX9324_REG_STAT0,
41 return cx_read(bus->reg_stat) & 0x01; in i2c_slave_did_ack()48 return cx_read(bus->reg_stat) & 0x02 ? 1 : 0; in i2c_is_busy()
242 u32 reg_stat; member
948 dev->i2c_bus[0].reg_stat = I2C1_STAT; in cx23885_dev_setup()958 dev->i2c_bus[1].reg_stat = I2C2_STAT; in cx23885_dev_setup()968 dev->i2c_bus[2].reg_stat = I2C3_STAT; in cx23885_dev_setup()
40 return cx_read(bus->reg_stat) & 0x01; in i2c_slave_did_ack()47 return cx_read(bus->reg_stat) & 0x02 ? 1 : 0; in i2c_is_busy()
150 u32 reg_stat; member
883 dev->i2c_bus[0].reg_stat = I2C1_STAT; in cx25821_dev_setup()
Completed in 34 milliseconds