Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_de.h28 val = intel_uncore_read(__to_uncore(display), reg); in __intel_de_read()
43 val = intel_uncore_read8(__to_uncore(display), reg); in intel_de_read8()
59 val = intel_uncore_read64_2x32(__to_uncore(display), lower_reg, in intel_de_read64_2x32()
73 intel_uncore_posting_read(__to_uncore(display), reg); in __intel_de_posting_read()
84 intel_uncore_write(__to_uncore(display), reg, val); in __intel_de_write()
94 return intel_uncore_rmw(__to_uncore(display), reg, clear, set); in __intel_de_rmw_nowl()
118 return intel_wait_for_register(__to_uncore(display), reg, mask, in __intel_de_wait_for_register_nowl()
212 val = intel_uncore_read_fw(__to_uncore(display), reg); in __intel_de_read_fw()
223 intel_uncore_write_fw(__to_uncore(display), reg, val); in __intel_de_write_fw()
230 return intel_uncore_read_notrace(__to_uncore(display), reg); in intel_de_read_notrace()
[all …]