Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arc/plat-hsdk/
H A Dplatform.c22 #define CREG_BASE (ARC_PERIPHERAL_BASE + 0x1000) macro
178 #define CREG_AXI_M_SLV0(m) ((void __iomem *)(CREG_BASE + 0x20 * (m)))
179 #define CREG_AXI_M_SLV1(m) ((void __iomem *)(CREG_BASE + 0x20 * (m) + 0x04))
180 #define CREG_AXI_M_OFT0(m) ((void __iomem *)(CREG_BASE + 0x20 * (m) + 0x08))
181 #define CREG_AXI_M_OFT1(m) ((void __iomem *)(CREG_BASE + 0x20 * (m) + 0x0C))
182 #define CREG_AXI_M_UPDT(m) ((void __iomem *)(CREG_BASE + 0x20 * (m) + 0x14))
184 #define CREG_AXI_M_HS_CORE_BOOT ((void __iomem *)(CREG_BASE + 0x010))
186 #define CREG_PAE ((void __iomem *)(CREG_BASE + 0x180))
187 #define CREG_PAE_UPDT ((void __iomem *)(CREG_BASE + 0x194))
/OK3568_Linux_fs/u-boot/board/synopsys/hsdk/
H A Dhsdk.c13 #define CREG_BASE (ARC_PERIPHERAL_BASE + 0x1000) macro
14 #define CREG_PAE (CREG_BASE + 0x180)
15 #define CREG_PAE_UPDATE (CREG_BASE + 0x194)
16 #define CREG_CPU_START (CREG_BASE + 0x400)