Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-bcm-iproc.c57 #define IE_OFFSET 0x38 macro
197 writel(1 << IE_M_START_BUSY_SHIFT, iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_xfer_single_msg()
215 writel(0, iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_xfer_single_msg()
217 readl(iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_xfer_single_msg()
346 writel(0, iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_init()
434 writel(0, iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_remove()
435 readl(iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_remove()
452 writel(0, iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_suspend()
453 readl(iproc_i2c->base + IE_OFFSET); in bcm_iproc_i2c_suspend()