Lines Matching defs:uncore
43 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get()
57 static void mmio_debug_suspend(struct intel_uncore *uncore) in mmio_debug_suspend()
75 static void mmio_debug_resume(struct intel_uncore *uncore) in mmio_debug_resume()
294 fw_domains_get_normal(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_get_normal()
313 fw_domains_get_with_fallback(struct intel_uncore *uncore, in fw_domains_get_with_fallback()
333 fw_domains_put(struct intel_uncore *uncore, enum forcewake_domains fw_domains) in fw_domains_put()
347 fw_domains_reset(struct intel_uncore *uncore, in fw_domains_reset()
362 static inline u32 gt_thread_status(struct intel_uncore *uncore) in gt_thread_status()
372 static void __gen6_gt_wait_for_thread_c0(struct intel_uncore *uncore) in __gen6_gt_wait_for_thread_c0()
383 static void fw_domains_get_with_thread_status(struct intel_uncore *uncore, in fw_domains_get_with_thread_status()
392 static inline u32 fifo_free_entries(struct intel_uncore *uncore) in fifo_free_entries()
399 static void __gen6_gt_wait_for_fifo(struct intel_uncore *uncore) in __gen6_gt_wait_for_fifo()
428 struct intel_uncore *uncore = domain->uncore; in intel_uncore_fw_release_timer() local
451 intel_uncore_forcewake_reset(struct intel_uncore *uncore) in intel_uncore_forcewake_reset()
511 fpga_check_for_unclaimed_mmio(struct intel_uncore *uncore) in fpga_check_for_unclaimed_mmio()
541 vlv_check_for_unclaimed_mmio(struct intel_uncore *uncore) in vlv_check_for_unclaimed_mmio()
555 gen6_check_for_fifo_debug(struct intel_uncore *uncore) in gen6_check_for_fifo_debug()
570 check_for_unclaimed_mmio(struct intel_uncore *uncore) in check_for_unclaimed_mmio()
591 static void forcewake_early_sanitize(struct intel_uncore *uncore, in forcewake_early_sanitize()
617 void intel_uncore_suspend(struct intel_uncore *uncore) in intel_uncore_suspend()
629 void intel_uncore_resume_early(struct intel_uncore *uncore) in intel_uncore_resume_early()
645 void intel_uncore_runtime_resume(struct intel_uncore *uncore) in intel_uncore_runtime_resume()
653 static void __intel_uncore_forcewake_get(struct intel_uncore *uncore, in __intel_uncore_forcewake_get()
685 void intel_uncore_forcewake_get(struct intel_uncore *uncore, in intel_uncore_forcewake_get()
708 void intel_uncore_forcewake_user_get(struct intel_uncore *uncore) in intel_uncore_forcewake_user_get()
725 void intel_uncore_forcewake_user_put(struct intel_uncore *uncore) in intel_uncore_forcewake_user_put()
743 void intel_uncore_forcewake_get__locked(struct intel_uncore *uncore, in intel_uncore_forcewake_get__locked()
754 static void __intel_uncore_forcewake_put(struct intel_uncore *uncore, in __intel_uncore_forcewake_put()
787 void intel_uncore_forcewake_put(struct intel_uncore *uncore, in intel_uncore_forcewake_put()
800 void intel_uncore_forcewake_put_delayed(struct intel_uncore *uncore, in intel_uncore_forcewake_put_delayed()
818 void intel_uncore_forcewake_flush(struct intel_uncore *uncore, in intel_uncore_forcewake_flush()
843 void intel_uncore_forcewake_put__locked(struct intel_uncore *uncore, in intel_uncore_forcewake_put__locked()
854 void assert_forcewakes_inactive(struct intel_uncore *uncore) in assert_forcewakes_inactive()
864 void assert_forcewakes_active(struct intel_uncore *uncore, in assert_forcewakes_active()
944 find_fw_domain(struct intel_uncore *uncore, u32 offset) in find_fw_domain()
1161 static bool is_shadowed(struct intel_uncore *uncore, u32 offset) in is_shadowed()
1176 gen6_reg_write_fw_domains(struct intel_uncore *uncore, i915_reg_t reg) in gen6_reg_write_fw_domains()
1181 #define __fwtable_reg_read_fw_domains(uncore, offset) \ argument
1189 #define __fwtable_reg_write_fw_domains(uncore, offset) \ argument
1746 ilk_dummy_write(struct intel_uncore *uncore) in ilk_dummy_write()
1755 __unclaimed_reg_debug(struct intel_uncore *uncore, in __unclaimed_reg_debug()
1769 __unclaimed_previous_reg_debug(struct intel_uncore *uncore, in __unclaimed_previous_reg_debug()
1781 unclaimed_reg_debug_header(struct intel_uncore *uncore, in unclaimed_reg_debug_header()
1797 unclaimed_reg_debug_footer(struct intel_uncore *uncore, in unclaimed_reg_debug_footer()
1875 static noinline void ___force_wake_auto(struct intel_uncore *uncore, in ___force_wake_auto()
1889 static inline void __force_wake_auto(struct intel_uncore *uncore, in __force_wake_auto()
1916 fwtable_reg_read_fw_domains(struct intel_uncore *uncore, i915_reg_t reg) { in fwtable_reg_read_fw_domains()
2005 fwtable_reg_write_fw_domains(struct intel_uncore *uncore, i915_reg_t reg) in fwtable_reg_write_fw_domains()
2028 #define ASSIGN_RAW_WRITE_MMIO_VFUNCS(uncore, x) \ argument
2035 #define ASSIGN_RAW_READ_MMIO_VFUNCS(uncore, x) \ argument
2043 #define ASSIGN_WRITE_MMIO_VFUNCS(uncore, x) \ argument
2049 #define ASSIGN_READ_MMIO_VFUNCS(uncore, x) \ argument
2055 static int __fw_domain_init(struct intel_uncore *uncore, in __fw_domain_init()
2113 static void fw_domain_fini(struct intel_uncore *uncore, in fw_domain_fini()
2130 static void intel_uncore_fw_domains_fini(struct intel_uncore *uncore) in intel_uncore_fw_domains_fini()
2151 static int intel_uncore_fw_domains_init(struct intel_uncore *uncore) in intel_uncore_fw_domains_init()
2283 #define ASSIGN_FW_DOMAINS_TABLE(uncore, d) \ argument
2290 #define ASSIGN_SHADOW_TABLE(uncore, d) \ argument
2299 struct intel_uncore *uncore = container_of(nb, in i915_pmic_bus_access_notifier() local
2334 int intel_uncore_setup_mmio(struct intel_uncore *uncore, phys_addr_t phys_addr) in intel_uncore_setup_mmio()
2366 void intel_uncore_init_early(struct intel_uncore *uncore, in intel_uncore_init_early()
2375 static void uncore_raw_init(struct intel_uncore *uncore) in uncore_raw_init()
2391 static int uncore_media_forcewake_init(struct intel_uncore *uncore) in uncore_media_forcewake_init()
2407 static int uncore_forcewake_init(struct intel_uncore *uncore) in uncore_forcewake_init()
2466 static int sanity_check_mmio_access(struct intel_uncore *uncore) in sanity_check_mmio_access()
2496 int intel_uncore_init_mmio(struct intel_uncore *uncore) in intel_uncore_init_mmio()
2554 void intel_uncore_prune_engine_fw_domains(struct intel_uncore *uncore, in intel_uncore_prune_engine_fw_domains()
2617 static void driver_initiated_flr(struct intel_uncore *uncore) in driver_initiated_flr()
2678 struct intel_uncore *uncore = data; in intel_uncore_fini_mmio() local
2719 int __intel_wait_for_register_fw(struct intel_uncore *uncore, in __intel_wait_for_register_fw()
2768 int __intel_wait_for_register(struct intel_uncore *uncore, in __intel_wait_for_register()
2808 bool intel_uncore_unclaimed_mmio(struct intel_uncore *uncore) in intel_uncore_unclaimed_mmio()
2823 intel_uncore_arm_unclaimed_mmio_detection(struct intel_uncore *uncore) in intel_uncore_arm_unclaimed_mmio_detection()
2868 intel_uncore_forcewake_for_reg(struct intel_uncore *uncore, in intel_uncore_forcewake_for_reg()