Searched refs:isp_base (Results 1 – 5 of 5) sorted by relevance
59 void __iomem *isp_base; member73 return ioread32(stfcamss->isp_base + reg); in stf_isp_reg_read()79 iowrite32(val, stfcamss->isp_base + reg); in stf_isp_reg_write()85 iowrite32(val, stfcamss->isp_base + reg); in stf_isp_reg_write_delay()94 value = ioread32(stfcamss->isp_base + reg) & ~mask; in stf_isp_reg_set_bit()97 iowrite32(val, stfcamss->isp_base + reg); in stf_isp_reg_set_bit()102 iowrite32(ioread32(stfcamss->isp_base + reg) | mask, in stf_isp_reg_set()103 stfcamss->isp_base + reg); in stf_isp_reg_set()
53 stfcamss->isp_base = devm_platform_ioremap_resource_byname(pdev, "isp"); in stfcamss_get_mem_res()54 if (IS_ERR(stfcamss->isp_base)) in stfcamss_get_mem_res()55 return PTR_ERR(stfcamss->isp_base); in stfcamss_get_mem_res()
46 u64 isp_base; in isp_v4_1_0_hw_init() local51 isp_base = adev->rmmio_base; in isp_v4_1_0_hw_init()86 isp->isp_res[0].start = isp_base; in isp_v4_1_0_hw_init()87 isp->isp_res[0].end = isp_base + ISP_REGS_OFFSET_END; in isp_v4_1_0_hw_init()91 isp->isp_res[1].start = isp_base + ISP410_PHY0_OFFSET; in isp_v4_1_0_hw_init()92 isp->isp_res[1].end = isp_base + ISP410_PHY0_OFFSET + ISP410_PHY0_SIZE; in isp_v4_1_0_hw_init()120 isp->isp_i2c_res[0].start = isp_base + ISP410_I2C0_OFFSET; in isp_v4_1_0_hw_init()121 isp->isp_i2c_res[0].end = isp_base + ISP410_I2C0_OFFSET + ISP410_I2C0_SIZE; in isp_v4_1_0_hw_init()140 isp->isp_gpio_res[0].start = isp_base + ISP410_GPIO_SENSOR_OFFSET; in isp_v4_1_0_hw_init()141 isp->isp_gpio_res[0].end = isp_base + ISP410_GPIO_SENSOR_OFFSET + in isp_v4_1_0_hw_init()
190 u64 isp_base; in isp_v4_1_1_hw_init() local208 isp_base = adev->rmmio_base; in isp_v4_1_1_hw_init()255 isp->isp_res[0].start = isp_base; in isp_v4_1_1_hw_init()256 isp->isp_res[0].end = isp_base + ISP_REGS_OFFSET_END; in isp_v4_1_1_hw_init()260 isp->isp_res[1].start = isp_base + ISP411_PHY0_OFFSET; in isp_v4_1_1_hw_init()261 isp->isp_res[1].end = isp_base + ISP411_PHY0_OFFSET + ISP411_PHY0_SIZE; in isp_v4_1_1_hw_init()289 isp->isp_i2c_res[0].start = isp_base + ISP411_I2C0_OFFSET; in isp_v4_1_1_hw_init()290 isp->isp_i2c_res[0].end = isp_base + ISP411_I2C0_OFFSET + ISP411_I2C0_SIZE; in isp_v4_1_1_hw_init()308 isp->isp_gpio_res[0].start = isp_base + ISP411_GPIO_SENSOR_OFFSET; in isp_v4_1_1_hw_init()309 isp->isp_gpio_res[0].end = isp_base + ISP411_GPIO_SENSOR_OFFSET + in isp_v4_1_1_hw_init()
574 void __iomem *isp_base = isp->base; in ipu6_isys_mcd_phy_common_init() local584 phy_base = isp_base + IPU6_ISYS_MCD_PHY_BASE(phy_id); in ipu6_isys_mcd_phy_common_init()628 void __iomem *isp_base = isp->base; in ipu6_isys_mcd_phy_config() local648 phy_base = isp_base + IPU6_ISYS_MCD_PHY_BASE(phy_id); in ipu6_isys_mcd_phy_config()
Completed in 9 milliseconds