Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_reset.c239 intel_uncore_write_fw(uncore, ILK_GDSR, in ilk_do_reset()
241 ret = __intel_wait_for_register_fw(uncore, ILK_GDSR, in ilk_do_reset()
250 intel_uncore_write_fw(uncore, ILK_GDSR, in ilk_do_reset()
252 ret = __intel_wait_for_register_fw(uncore, ILK_GDSR, in ilk_do_reset()
262 intel_uncore_write_fw(uncore, ILK_GDSR, 0); in ilk_do_reset()
263 intel_uncore_posting_read_fw(uncore, ILK_GDSR); in ilk_do_reset()
/openbsd/sys/dev/pci/drm/i915/
H A Dintel_mchbar_regs.h88 #define ILK_GDSR _MMIO(MCHBAR_MIRROR_BASE + 0x2ca4) macro