Lines Matching refs:power_status
200 uint32_t power_status; in mtcmos_non_cpu_ctrl() local
210 power_status = VDE_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
215 power_status = MFG_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
220 power_status = VEN_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
225 power_status = ISP_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
230 power_status = DIS_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
235 power_status = VEN2_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
240 power_status = AUDIO_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
245 power_status = MFG_2D_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
250 power_status = MFG_ASYNC_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
255 power_status = USB_PWR_CON_PWR_STA; in mtcmos_non_cpu_ctrl()
265 ret = wait_mtcmos_ack(on, power_ctrl, power_status); in mtcmos_non_cpu_ctrl()