Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-dove/
Ddove.h128 #define DOVE_MPP_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE + 0xd0200) macro
129 #define DOVE_PMU_MPP_GENERAL_CTRL (DOVE_MPP_VIRT_BASE + 0x10)
130 #define DOVE_RESET_SAMPLE_LO (DOVE_MPP_VIRT_BASE + 0x014)
131 #define DOVE_RESET_SAMPLE_HI (DOVE_MPP_VIRT_BASE + 0x018)
Dmpp.c155 orion_mpp_conf(mpp_list, 0, MPP_MAX, DOVE_MPP_VIRT_BASE); in dove_mpp_conf()