Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.h467 static inline void intel_uncore_rmw_fw(struct intel_uncore *uncore, in intel_uncore_rmw_fw() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_reset.c40 intel_uncore_rmw_fw(uncore, reg, 0, set); in rmw_set_fw()
45 intel_uncore_rmw_fw(uncore, reg, clr, 0); in rmw_clear_fw()
H A Dintel_workarounds.c1030 intel_uncore_rmw_fw(uncore, wa->reg, wa->mask, wa->val); in wa_list_apply()