Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h204 #define VLV_DISPLAY_BASE 0x180000 macro
205 #define VLV_MIPI_BASE VLV_DISPLAY_BASE
1181 #define VLV_IOSF_DOORBELL_REQ _MMIO(VLV_DISPLAY_BASE + 0x2100)
1203 #define VLV_IOSF_DATA _MMIO(VLV_DISPLAY_BASE + 0x2104)
1204 #define VLV_IOSF_ADDR _MMIO(VLV_DISPLAY_BASE + 0x2108)
1380 #define DPIO_CTL _MMIO(VLV_DISPLAY_BASE + 0x2110)
2747 #define CLAIM_ER _MMIO(VLV_DISPLAY_BASE + 0x2028)
2850 #define VLV_GU_CTL0 _MMIO(VLV_DISPLAY_BASE + 0x2030)
2851 #define VLV_GU_CTL1 _MMIO(VLV_DISPLAY_BASE + 0x2034)
2859 #define VLV_GUNIT_CLOCK_GATE _MMIO(VLV_DISPLAY_BASE + 0x2060)
[all …]
H A Di915_pci.c525 .display_mmio_offset = VLV_DISPLAY_BASE,
626 .display_mmio_offset = VLV_DISPLAY_BASE,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_gmbus.c841 dev_priv->gpio_mmio_base = VLV_DISPLAY_BASE; in intel_gmbus_setup()