Home
last modified time | relevance | path

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

/linux/arch/arm/mach-rockchip/
H A Dpm.c39 static struct regmap *grf_regmap; variable
79 regmap_read(grf_regmap, reg_offset[i], &reg); in rk3288_slp_disable_osc()
243 grf_regmap = syscon_regmap_lookup_by_compatible( in rk3288_suspend_init()
245 if (IS_ERR(grf_regmap)) { in rk3288_suspend_init()
247 return PTR_ERR(grf_regmap); in rk3288_suspend_init()