Lines Matching defs:flex
2108 struct flex {
2117 const struct flex *flex, unsigned int count)
2129 *cs++ = offset + flex->offset * sizeof(u32);
2131 *cs++ = flex->value;
2132 } while (flex++, --count);
2142 const struct flex *flex, unsigned int count)
2154 *cs++ = i915_mmio_reg_offset(flex->reg);
2155 *cs++ = flex->value;
2156 } while (flex++, --count);
2165 const struct flex *flex, unsigned int count)
2177 err = gen8_store_flex(rq, ce, flex, count);
2185 const struct flex *flex, unsigned int count,
2203 err = gen8_load_flex(rq, ce, flex, count);
2213 struct flex *flex, unsigned int count)
2229 flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu);
2230 err = gen8_modify_context(ce, flex, count);
2247 struct flex regs_context[] = {
2258 struct flex regs_lri[] = {
2312 * Note: the first flex register passed must always be R_PWR_CLK_STATE
2316 struct flex *regs,
2388 struct flex regs[] = {
2408 struct flex regs[] = {