Searched refs:__intel_uc_fw_status (Results 1 – 4 of 4) sorted by relevance
199 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status() function208 return __intel_uc_fw_status(uc_fw) != INTEL_UC_FIRMWARE_NOT_SUPPORTED; in intel_uc_fw_is_supported()213 return __intel_uc_fw_status(uc_fw) > INTEL_UC_FIRMWARE_DISABLED; in intel_uc_fw_is_enabled()218 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_AVAILABLE; in intel_uc_fw_is_available()223 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_LOADABLE; in intel_uc_fw_is_loadable()228 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_TRANSFERRED; in intel_uc_fw_is_loaded()233 return __intel_uc_fw_status(uc_fw) == INTEL_UC_FIRMWARE_RUNNING; in intel_uc_fw_is_running()
50 GEM_BUG_ON(__intel_uc_fw_status(&huc->fw) == INTEL_UC_FIRMWARE_SELECTED); in intel_huc_is_used()
213 switch (__intel_uc_fw_status(&huc->fw)) { in intel_huc_check_status()
383 GEM_BUG_ON(__intel_uc_fw_status(&guc->fw) == INTEL_UC_FIRMWARE_SELECTED); in intel_guc_is_used()