Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_de.h15 static inline struct intel_uncore *__to_uncore(struct intel_display *display) in __to_uncore() function
27 val = intel_uncore_read(__to_uncore(display), reg); in intel_de_read()
41 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()
71 intel_uncore_posting_read(__to_uncore(display), reg); in intel_de_posting_read()
81 intel_uncore_write(__to_uncore(display), reg, val); in intel_de_write()
93 val = intel_uncore_rmw(__to_uncore(display), reg, clear, set); in intel_de_rmw()
109 ret = __intel_wait_for_register(__to_uncore(display), reg, mask, in intel_de_wait_us()
126 ret = __intel_wait_for_register(__to_uncore(display), reg, mask, in intel_de_wait_ms()
139 return __intel_wait_for_register_fw(__to_uncore(display), reg, mask, in intel_de_wait_fw_ms()
[all …]