Searched refs:fw_caps (Results 1 – 4 of 4) sorted by relevance
255 uint64_t fw_caps = 0; in k3_pwr_domain_suspend_to_mode() local258 ret = ti_sci_query_fw_caps(&fw_caps); in k3_pwr_domain_suspend_to_mode()271 if (fw_caps & MSG_FLAG_CAPS_LPM_ENCRYPT_IMAGE) { in k3_pwr_domain_suspend_to_mode()334 uint64_t fw_caps = 0; in plat_setup_psci_ops() local339 ret = ti_sci_query_fw_caps(&fw_caps); in plat_setup_psci_ops()345 if (fw_caps & (MSG_FLAG_CAPS_LPM_DM_MANAGED | in plat_setup_psci_ops()354 if (!(fw_caps & (MSG_FLAG_CAPS_LPM_DEEP_SLEEP | in plat_setup_psci_ops()
257 int ti_sci_query_fw_caps(uint64_t *fw_caps) in ti_sci_query_fw_caps() argument265 if (!fw_caps) in ti_sci_query_fw_caps()269 *fw_caps = resp.fw_caps; in ti_sci_query_fw_caps()289 *fw_caps = resp.fw_caps; in ti_sci_query_fw_caps()
186 int ti_sci_query_fw_caps(uint64_t *fw_caps);
172 uint64_t fw_caps; member