Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ds626.h209 #define S626_P_I2CCTRL 0x008C /* I2C control. */ macro
H A Ds626.c246 writel(val, dev->mmio + S626_P_I2CCTRL); in s626_i2c_handshake()
259 ctrl = readl(dev->mmio + S626_P_I2CCTRL); in s626_i2c_handshake()
297 return (readl(dev->mmio + S626_P_I2CCTRL) >> 16) & 0xff; in s626_i2c_read()