Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dtrizeps4.h31 #define TRIZEPS4_DICR_PHYS (PXA_CS3_PHYS+0x03800000) macro
89 #define DCR_P2V(x) ((x) - TRIZEPS4_DICR_PHYS + TRIZEPS4_DICR_VIRT)
90 #define DCR_V2P(x) ((x) - TRIZEPS4_DICR_VIRT + TRIZEPS4_DICR_PHYS)
/linux-4.4.14/arch/arm/mach-pxa/
Dtrizeps4.c442 .pfn = __phys_to_pfn(TRIZEPS4_DICR_PHYS),