Searched refs:I2C_STATUS (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_i2c.c | 18 u32 iicsta = saa7146_read(dev, I2C_STATUS); in saa7146_i2c_status() 120 saa7146_write(dev, I2C_STATUS, dev->i2c_bitrate); in saa7146_i2c_reset() 130 saa7146_write(dev, I2C_STATUS, (dev->i2c_bitrate | MASK_07)); in saa7146_i2c_reset() 135 saa7146_write(dev, I2C_STATUS, dev->i2c_bitrate); in saa7146_i2c_reset() 149 saa7146_write(dev, I2C_STATUS, (dev->i2c_bitrate | MASK_07)); in saa7146_i2c_reset() 154 saa7146_write(dev, I2C_STATUS, dev->i2c_bitrate); in saa7146_i2c_reset() 160 saa7146_write(dev, I2C_STATUS, dev->i2c_bitrate); in saa7146_i2c_reset() 186 *dword, saa7146_read(dev, I2C_STATUS), dev->i2c_op); in saa7146_i2c_writeout() 190 saa7146_write(dev, I2C_STATUS, dev->i2c_bitrate); in saa7146_i2c_writeout() 211 status = saa7146_read(dev, I2C_STATUS); in saa7146_i2c_writeout() [all …]
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_hwi2c.c | 69 while ((FIELD_GET(PEEK32(I2C_STATUS), I2C_STATUS, TX) != I2C_STATUS_TX_COMPLETED) && in hwI2CWaitTXDone()
|
D | ddk750_reg.h | 2248 #define I2C_STATUS 0x010042 macro
|
/linux-4.1.27/arch/unicore32/include/mach/ |
D | regs-i2c.h | 24 #define I2C_STATUS (PKUNITY_I2C_BASE + 0x0070) macro
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-puv3.c | 36 } while (!(readl(I2C_STATUS) & bit) && (--loop_cntr > 0)); in poll_status()
|
D | i2c-tegra.c | 41 #define I2C_STATUS 0x01C macro 475 i2c_readl(i2c_dev, I2C_STATUS), in tegra_i2c_isr()
|
/linux-4.1.27/include/media/ |
D | saa7146.h | 332 #define I2C_STATUS 0x90 macro
|