Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A Dintel_de.h25 val = intel_uncore_read(__to_uncore(display), reg); in __intel_de_read()
40 val = intel_uncore_read8(__to_uncore(display), reg); in __intel_de_read8()
57 val = intel_uncore_read64_2x32(__to_uncore(display), lower_reg, in __intel_de_read64_2x32()
72 intel_uncore_posting_read(__to_uncore(display), reg); in __intel_de_posting_read()
83 intel_uncore_write(__to_uncore(display), reg, val); in __intel_de_write()
93 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()
206 val = intel_uncore_read_fw(__to_uncore(display), reg); in __intel_de_read_fw()
217 intel_uncore_write_fw(__to_uncore(display), reg, val); in __intel_de_write_fw()
224 return intel_uncore_read_notrace(__to_uncore(display), reg); in __intel_de_read_notrace()
[all …]

Completed in 10 milliseconds