Lines Matching refs:ret
45 uint32_t ret; in mt_sip_pwr_on_mtcmos() local
47 ret = mtcmos_non_cpu_ctrl(1, val); in mt_sip_pwr_on_mtcmos()
48 if (ret) in mt_sip_pwr_on_mtcmos()
56 uint32_t ret; in mt_sip_pwr_off_mtcmos() local
58 ret = mtcmos_non_cpu_ctrl(0, val); in mt_sip_pwr_off_mtcmos()
59 if (ret) in mt_sip_pwr_off_mtcmos()
79 uint64_t ret; in mediatek_plat_sip_handler() local
83 ret = mt_sip_pwr_on_mtcmos((uint32_t)x1); in mediatek_plat_sip_handler()
84 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()
87 ret = mt_sip_pwr_off_mtcmos((uint32_t)x1); in mediatek_plat_sip_handler()
88 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()
91 ret = mt_sip_pwr_mtcmos_support(); in mediatek_plat_sip_handler()
92 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()
95 ret = crypt_set_hdcp_key_ex(x1, x2, x3); in mediatek_plat_sip_handler()
96 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()
99 ret = crypt_set_hdcp_key_num((uint32_t)x1); in mediatek_plat_sip_handler()
100 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()
103 ret = crypt_clear_hdcp_key(); in mediatek_plat_sip_handler()
104 SMC_RET1(handle, ret); in mediatek_plat_sip_handler()