Lines Matching defs:flex
2505 struct flex {
2514 const struct flex *flex, unsigned int count)
2526 *cs++ = offset + flex->offset * sizeof(u32);
2528 *cs++ = flex->value;
2529 } while (flex++, --count);
2539 const struct flex *flex, unsigned int count)
2551 *cs++ = i915_mmio_reg_offset(flex->reg);
2552 *cs++ = flex->value;
2553 } while (flex++, --count);
2562 const struct flex *flex, unsigned int count)
2574 err = gen8_store_flex(rq, ce, flex, count);
2582 const struct flex *flex, unsigned int count,
2600 err = gen8_load_flex(rq, ce, flex, count);
2611 struct flex *flex, unsigned int count)
2627 flex->value = intel_sseu_make_rpcs(ce->engine->gt, &ce->sseu);
2628 err = gen8_modify_context(ce, flex, count);
2646 struct flex regs_context[] = {
2657 struct flex regs_lri[] = {
2712 * Note: the first flex register passed must always be R_PWR_CLK_STATE
2716 struct flex *regs,
2789 struct flex regs[] = {
2813 struct flex regs[] = {