Home
last modified time | relevance | path

Searched refs:intel_uncore_rmw_fw (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_uncore.h397 static inline void intel_uncore_rmw_fw(struct intel_uncore *uncore, in intel_uncore_rmw_fw() function
/drivers/gpu/drm/i915/gt/
Dintel_reset.c34 intel_uncore_rmw_fw(uncore, reg, 0, set); in rmw_set_fw()
39 intel_uncore_rmw_fw(uncore, reg, clr, 0); in rmw_clear_fw()
Dintel_workarounds.c1363 intel_uncore_rmw_fw(uncore, wa->reg, wa->clr, wa->set); in wa_list_apply()