Lines Matching +full:re +full:- +full:started
1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2014-2019 Intel Corporation
58 * We need to know as early as possible if we're going to use GuC or not to
59 * take the correct setup paths. Additionally, once we've started loading the
67 * structures); if we hit such a problem during driver load we're broken even
71 * we're committed to using the microcontroller:
72 * - Not supported: not available in HW and/or firmware not defined.
73 * - Supported: available in HW and firmware defined.
74 * - Wanted: supported + enabled in modparam.
75 * - In use: wanted + firmware found on the system and successfully fetched.
81 return intel_##func##_is_##required(&uc->x); \
101 return intel_guc_wait_for_idle(&uc->guc, timeout); in intel_uc_wait_for_idle()
107 if (uc->ops->_OPS) \
108 return uc->ops->_OPS(uc); \