Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Ds626.c247 writel(val, dev->mmio + S626_P_I2CCTRL); in s626_i2c_handshake()
260 ctrl = readl(dev->mmio + S626_P_I2CCTRL); in s626_i2c_handshake()
298 return (readl(dev->mmio + S626_P_I2CCTRL) >> 16) & 0xff; in s626_i2c_read()
H A Ds626.h209 #define S626_P_I2CCTRL 0x008C /* I2C control. */ macro