Home
last modified time | relevance | path

Searched refs:VLV_DISPLAY_BASE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_reg.h976 #define VLV_IOSF_DOORBELL_REQ _MMIO(VLV_DISPLAY_BASE + 0x2100)
998 #define VLV_IOSF_DATA _MMIO(VLV_DISPLAY_BASE + 0x2104)
999 #define VLV_IOSF_ADDR _MMIO(VLV_DISPLAY_BASE + 0x2108)
1251 #define DPIO_CTL _MMIO(VLV_DISPLAY_BASE + 0x2110)
2508 #define CLAIM_ER _MMIO(VLV_DISPLAY_BASE + 0x2028)
2610 #define VLV_DISPLAY_BASE 0x180000 macro
2611 #define VLV_MIPI_BASE VLV_DISPLAY_BASE
2614 #define VLV_GU_CTL0 _MMIO(VLV_DISPLAY_BASE + 0x2030)
2615 #define VLV_GU_CTL1 _MMIO(VLV_DISPLAY_BASE + 0x2034)
2621 #define VLV_GUNIT_CLOCK_GATE _MMIO(VLV_DISPLAY_BASE + 0x2060)
[all …]
Di915_pci.c351 .display_mmio_offset = VLV_DISPLAY_BASE,
444 .display_mmio_offset = VLV_DISPLAY_BASE,
Dintel_i2c.c826 dev_priv->gpio_mmio_base = VLV_DISPLAY_BASE; in intel_setup_gmbus()