Searched refs:pwrc_domain (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pmdomain/amlogic/ |
H A D | meson-ee-pwrc.c | 75 bool (*is_powered_off)(struct meson_ee_pwrc_domain *pwrc_domain); 271 static bool pwrc_ee_is_powered_off(struct meson_ee_pwrc_domain *pwrc_domain); 349 static bool pwrc_ee_is_powered_off(struct meson_ee_pwrc_domain *pwrc_domain) in pwrc_ee_is_powered_off() argument 353 regmap_read(pwrc_domain->pwrc->regmap_ao, in pwrc_ee_is_powered_off() 354 pwrc_domain->desc.top_pd->sleep_reg, ®); in pwrc_ee_is_powered_off() 356 return (reg & pwrc_domain->desc.top_pd->sleep_mask); in pwrc_ee_is_powered_off() 361 struct meson_ee_pwrc_domain *pwrc_domain = in meson_ee_pwrc_off() local 365 if (pwrc_domain->desc.top_pd) in meson_ee_pwrc_off() 366 regmap_update_bits(pwrc_domain->pwrc->regmap_ao, in meson_ee_pwrc_off() 367 pwrc_domain->desc.top_pd->sleep_reg, in meson_ee_pwrc_off() [all …]
|
H A D | meson-secure-pwrc.c | 45 bool (*is_off)(struct meson_secure_pwrc_domain *pwrc_domain); 53 static bool pwrc_secure_is_off(struct meson_secure_pwrc_domain *pwrc_domain) in pwrc_secure_is_off() argument 57 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_GET, &is_off, in pwrc_secure_is_off() 58 pwrc_domain->index, 0, 0, 0, 0) < 0) in pwrc_secure_is_off() 67 struct meson_secure_pwrc_domain *pwrc_domain = in meson_secure_pwrc_off() local 70 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_off() 71 pwrc_domain->index, PWRC_OFF, 0, 0, 0) < 0) { in meson_secure_pwrc_off() 82 struct meson_secure_pwrc_domain *pwrc_domain = in meson_secure_pwrc_on() local 85 if (meson_sm_call(pwrc_domain->pwrc->fw, SM_A1_PWRC_SET, NULL, in meson_secure_pwrc_on() 86 pwrc_domain->index, PWRC_ON, 0, 0, 0) < 0) { in meson_secure_pwrc_on()
|