Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pic32/pic32mzda/
Dearly_pin.c18 #define PPS_BASE 0x1f800000 macro
133 void __iomem *pps_base = ioremap_nocache(PPS_BASE, 0xF4); in pic32_pps_input()
263 void __iomem *pps_base = ioremap_nocache(PPS_BASE, 0x170); in pic32_pps_output()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_reg.h4616 #define PPS_BASE 0x61200 macro
4617 #define VLV_PPS_BASE (VLV_DISPLAY_BASE + PPS_BASE)
4621 PPS_BASE + (reg) + \
Dintel_display.c14124 dev_priv->pps_mmio_base = PPS_BASE; in intel_pps_init()