Searched refs:pwrctl (Results 1 – 3 of 3) sorted by relevance
205 #define rtw_ips_mode_req(pwrctl, ips_mode) \ argument206 ((pwrctl)->ips_mode_req = (ips_mode))210 #define _rtw_set_pwr_state_check_timer(pwrctl, ms) \ argument212 _set_timer(&(pwrctl)->pwr_state_check_timer, (ms)); \
142 u32 dxodt, mdfscr, pwrctl, vtfcr; in sun8i_a33_mbus_set_dram_freq() local152 pwrctl = readl_relaxed(priv->reg_dram + DRAM_PWRCTL) & in sun8i_a33_mbus_set_dram_freq()154 writel_relaxed(pwrctl, priv->reg_dram + DRAM_PWRCTL); in sun8i_a33_mbus_set_dram_freq()206 pwrctl |= DRAM_PWRCTL_SELFREF_EN; in sun8i_a33_mbus_set_dram_freq()207 writel_relaxed(pwrctl, priv->reg_dram + DRAM_PWRCTL); in sun8i_a33_mbus_set_dram_freq()
239 u32 pwrctl; /* 0x1e8 */ member