Home
last modified time | relevance | path

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

/linux/drivers/devfreq/
H A Dsun8i-a33-mbus.c142 u32 dxodt, mdfscr, pwrctl, vtfcr; in sun8i_a33_mbus_set_dram_freq() local
152 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()
/linux/drivers/mailbox/
H A Dbcm-pdc-mailbox.c239 u32 pwrctl; /* 0x1e8 */ member