Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c155 s->ecobus = intel_uncore_read(uncore, ECOBUS); in vlv_save_gunit_s0ix_state()
240 intel_uncore_write(uncore, ECOBUS, s->ecobus); in vlv_restore_gunit_s0ix_state()
H A Dintel_uncore.c2250 __raw_posting_read(uncore, ECOBUS); in intel_uncore_fw_domains_init()
2259 ecobus = __raw_uncore_read32(uncore, ECOBUS); in intel_uncore_fw_domains_init()
H A Dintel_gvt_mmio_table.c560 MMIO_D(ECOBUS); in iterate_generic_mmio()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_regs.h859 #define ECOBUS _MMIO(0xa180) macro