Home
last modified time | relevance | path

Searched refs:reg_stat (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/
H A Dpch_can.c731 u32 reg_stat; in pch_can_poll() local
739 reg_stat = ioread32(&priv->regs->stat); in pch_can_poll()
741 if ((reg_stat & (PCH_BUS_OFF | PCH_LEC_ALL)) && in pch_can_poll()
742 ((reg_stat & PCH_LEC_ALL) != PCH_LEC_ALL)) { in pch_can_poll()
743 pch_can_error(ndev, reg_stat); in pch_can_poll()
747 if (reg_stat & (PCH_TX_OK | PCH_RX_OK)) in pch_can_poll()
749 reg_stat & (PCH_TX_OK | PCH_RX_OK)); in pch_can_poll()
/kernel/linux/linux-6.6/drivers/iio/proximity/
H A Dsx_common.h60 * @reg_stat: Main status register address.
79 unsigned int reg_stat;
H A Dsx_common.c83 ret = regmap_read(data->regmap, data->chip_info->reg_stat, &val); in sx_common_push_events()
H A Dsx9360.c785 .reg_stat = SX9360_REG_STAT,
H A Dsx9310.c932 .reg_stat = SX9310_REG_STAT0,
H A Dsx9324.c1044 .reg_stat = SX9324_REG_STAT0,
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c40 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()
H A Dcx25821.h151 u32 reg_stat; member
H A Dcx25821-core.c344 return cx_read(bus->reg_stat) & 0x01; in i2c_slave_did_ack()
890 dev->i2c_bus[0].reg_stat = I2C1_STAT; in cx25821_dev_setup()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c41 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()
H A Dcx23885.h242 u32 reg_stat; member
H A Dcx23885-core.c948 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()
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c41 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()
H A Dcx23885.h242 u32 reg_stat; member
H A Dcx23885-core.c948 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()
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c40 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()
H A Dcx25821.h150 u32 reg_stat; member
H A Dcx25821-core.c883 dev->i2c_bus[0].reg_stat = I2C1_STAT; in cx25821_dev_setup()

Completed in 23 milliseconds