Searched refs:TIM_CFG_OFFSET (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-bcm-iproc.c29 #define TIM_CFG_OFFSET 0x04 macro
314 val = readl(iproc_i2c->base + TIM_CFG_OFFSET); bcm_iproc_i2c_cfg_speed()
317 writel(val, iproc_i2c->base + TIM_CFG_OFFSET); bcm_iproc_i2c_cfg_speed()
478 val = readl(iproc_i2c->base + TIM_CFG_OFFSET); bcm_iproc_i2c_resume()
481 writel(val, iproc_i2c->base + TIM_CFG_OFFSET); bcm_iproc_i2c_resume()

Completed in 71 milliseconds