Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/qti/msm8916/
H A Dmsm8916_cpu_boot.c58 uint32_t pwr_ctl; in msm8916_cpu_boot() local
62 pwr_ctl = CPU_PWR_CTL_CLAMP | CPU_PWR_CTL_CORE_MEM_CLAMP | in msm8916_cpu_boot()
64 mmio_write_32(acs + CPU_PWR_CTL, pwr_ctl); in msm8916_cpu_boot()
72 pwr_ctl &= ~CPU_PWR_CTL_CORE_MEM_CLAMP; in msm8916_cpu_boot()
73 mmio_write_32(acs + CPU_PWR_CTL, pwr_ctl); in msm8916_cpu_boot()
76 pwr_ctl |= CPU_PWR_CTL_CORE_MEM_HS; in msm8916_cpu_boot()
77 mmio_write_32(acs + CPU_PWR_CTL, pwr_ctl); in msm8916_cpu_boot()
81 pwr_ctl &= ~CPU_PWR_CTL_CLAMP; in msm8916_cpu_boot()
82 mmio_write_32(acs + CPU_PWR_CTL, pwr_ctl); in msm8916_cpu_boot()
86 pwr_ctl &= ~(CPU_PWR_CTL_CORE_RST | CPU_PWR_CTL_COREPOR_RST); in msm8916_cpu_boot()
[all …]