Home
last modified time | relevance | path

Searched refs:dm_readb (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/pci/dm1105/
Ddm1105.c376 #define dm_readb(reg) inb(dm_io_mem(reg)) macro
511 status = dm_readb(DM1105_I2CSTS); in dm1105_i2c_xfer()
519 rc = dm_readb(DM1105_I2CDAT + byte + 1); in dm1105_i2c_xfer()
539 status = dm_readb(DM1105_I2CSTS); in dm1105_i2c_xfer()
560 status = dm_readb(DM1105_I2CSTS); in dm1105_i2c_xfer()
723 unsigned int intsts = dm_readb(DM1105_INTSTS); in dm1105_irq()