Searched refs:CTRL_BASE (Results 1 – 14 of 14) sorted by relevance
22 #define CTRL_BASE 0x48140000 macro47 #define DDRPHY_0_CONFIG_BASE (CTRL_BASE + 0x1400)
30 #define CTRL_BASE 0x44E10000 macro55 #define DDRPHY_0_CONFIG_BASE (CTRL_BASE + 0x1400)
33 #define CTRL_BASE 0x48140000 macro
32 #define CTRL_BASE 0x44E10000 macro
29 tmp = __raw_readl(CTRL_BASE + offset); \31 __raw_writel(tmp | value, (CTRL_BASE + offset));\
14 __raw_writel(value, (CTRL_BASE + offset));
22 __raw_writel(value, (CTRL_BASE + offset));
23 __raw_writel(value, (CTRL_BASE + offset));
44 #define DEVICE_ID (CTRL_BASE + 0x0600)
13 .control_status = CTRL_BASE + 0x40,
23 struct ctrl_stat *cstat = (struct ctrl_stat *)CTRL_BASE;63 struct ctrl_stat *ctrl = (struct ctrl_stat *)CTRL_BASE; in get_sys_clk_index()
34 #define CM_PLL_BASE (CTRL_BASE + 0x0400)74 #define CONTROL_STATUS (CTRL_BASE + 0x40)75 #define DDR_RCD (CTRL_BASE + 0x070C)
105 #define SATA_PLL_BASE (CTRL_BASE + 0x0720)
355 struct ctrl_stat *ctrl = (struct ctrl_stat *)CTRL_BASE; in get_opp_offset()
Completed in 26 milliseconds