Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c154 s->ecobus = intel_uncore_read(uncore, ECOBUS); in vlv_save_gunit_s0ix_state()
239 intel_uncore_write(uncore, ECOBUS, s->ecobus); in vlv_restore_gunit_s0ix_state()
H A Dintel_uncore.c2393 __raw_posting_read(uncore, ECOBUS); in intel_uncore_fw_domains_init()
2402 ecobus = __raw_uncore_read32(uncore, ECOBUS); in intel_uncore_fw_domains_init()
H A Dintel_gvt_mmio_table.c550 MMIO_D(ECOBUS); in iterate_generic_mmio()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_regs.h889 #define ECOBUS _MMIO(0xa180) macro