Searched refs:sysreg (Results 1 – 2 of 2) sorted by relevance
131 struct regmap *sysreg; member1079 i2c->sysreg = syscon_regmap_lookup_by_phandle(np, in s3c24xx_i2c_parse_dt()1081 if (IS_ERR(i2c->sysreg)) in s3c24xx_i2c_parse_dt()1084 regmap_update_bits(i2c->sysreg, EXYNOS5_SYS_I2C_CFG, BIT(id), 0); in s3c24xx_i2c_parse_dt()1115 i2c->sysreg = ERR_PTR(-ENOENT); in s3c24xx_i2c_probe()1254 if (!IS_ERR(i2c->sysreg)) in s3c24xx_i2c_suspend_noirq()1255 regmap_read(i2c->sysreg, EXYNOS5_SYS_I2C_CFG, &i2c->sys_i2c_cfg); in s3c24xx_i2c_suspend_noirq()1265 if (!IS_ERR(i2c->sysreg)) in s3c24xx_i2c_resume_noirq()1266 regmap_write(i2c->sysreg, EXYNOS5_SYS_I2C_CFG, i2c->sys_i2c_cfg); in s3c24xx_i2c_resume_noirq()
1011 u32 sysreg; in __vgic_v3_perform_cpuif_access() local1018 sysreg = esr_cp15_to_sysreg(esr); in __vgic_v3_perform_cpuif_access()1020 sysreg = esr_sys64_to_sysreg(esr); in __vgic_v3_perform_cpuif_access()1025 switch (sysreg) { in __vgic_v3_perform_cpuif_access()