Searched refs:power_ctrl (Results 1 – 1 of 1) sorted by relevance
199 uint32_t power_ctrl; in mtcmos_non_cpu_ctrl() local263 power_ctrl = on ? (1 << power_on) : (1 << power_off); in mtcmos_non_cpu_ctrl()264 mmio_setbits_32(SPM_PCM_RESERVE2, power_ctrl); in mtcmos_non_cpu_ctrl()265 ret = wait_mtcmos_ack(on, power_ctrl, power_status); in mtcmos_non_cpu_ctrl()267 power_ctrl, on, mmio_read_32(SPM_PWR_STATUS), ret); in mtcmos_non_cpu_ctrl()
Completed in 2 milliseconds