__to_uncore
return intel_wait_for_register(__to_uncore(display), reg, mask,
return __intel_wait_for_register(__to_uncore(display), reg, mask,
ret = intel_wait_for_register_fw(__to_uncore(display), reg, mask,
ret = __intel_wait_for_register(__to_uncore(display), reg, mask,
val = intel_uncore_read_fw(__to_uncore(display), reg);
intel_uncore_write_fw(__to_uncore(display), reg, val);
return intel_uncore_read_notrace(__to_uncore(display), reg);
intel_uncore_write_notrace(__to_uncore(display), reg, val);
val = intel_uncore_read(__to_uncore(display), reg);
val = intel_uncore_read8(__to_uncore(display), reg);
val = intel_uncore_read64_2x32(__to_uncore(display), lower_reg,
intel_uncore_posting_read(__to_uncore(display), reg);
intel_uncore_write(__to_uncore(display), reg, val);
return intel_uncore_rmw(__to_uncore(display), reg, clear, set);