Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/pic32/pic32mzda/
Dearly_pin.c10 #define PPS_BASE 0x1f800000 macro
125 void __iomem *pps_base = ioremap_nocache(PPS_BASE, 0xF4); in pic32_pps_input()
255 void __iomem *pps_base = ioremap_nocache(PPS_BASE, 0x170); in pic32_pps_output()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h4694 #define PPS_BASE 0x61200 macro
4695 #define VLV_PPS_BASE (VLV_DISPLAY_BASE + PPS_BASE)
4699 PPS_BASE + (reg) + \
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c15310 dev_priv->pps_mmio_base = PPS_BASE; in intel_pps_init()