Searched refs:CCM_BASE_ADDR (Results 1 – 20 of 20) sorted by relevance
| /arch/arm/cpu/armv7/vf610/ |
| A D | generic.c | 33 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in enable_ocotp_clk() 47 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_mcu_main_clk() 111 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_bus_clk() 125 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_ipg_clk() 144 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_sdhc_clk() 177 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_fec_clk() 390 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in enable_i2c_clk()
|
| /arch/arm/mach-imx/mx5/ |
| A D | lowlevel_init.S | 165 ldr r0, =CCM_BASE_ADDR 207 ldr r0, =CCM_BASE_ADDR 215 ldr r0, =CCM_BASE_ADDR 228 ldr r0, =CCM_BASE_ADDR 276 ldr r0, =CCM_BASE_ADDR 301 ldr r0, =CCM_BASE_ADDR 314 ldr r0, =CCM_BASE_ADDR 341 ldr r0, =CCM_BASE_ADDR
|
| /arch/arm/mach-imx/mx6/ |
| A D | soc.c | 314 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in set_ahb_rate() 326 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in clear_mmdc_ch_mask() 417 struct mxc_ccm_reg *ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in arch_cpu_init() 618 struct mxc_ccm_reg *ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in s_init() 678 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in imx_setup_hdmi()
|
| A D | clock.c | 26 struct mxc_ccm_reg *imx_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; 1110 = (struct mxc_ccm_reg *) CCM_BASE_ADDR; in enable_enet_pll() 1137 (struct mxc_ccm_reg *)CCM_BASE_ADDR; in ungate_sata_clock() 1152 (struct mxc_ccm_reg *)CCM_BASE_ADDR; in disable_sata_clock() 1162 (struct mxc_ccm_reg *)CCM_BASE_ADDR; in ungate_pcie_clock() 1172 struct mxc_ccm_reg *ccm_regs = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in enable_pcie_clock() 1347 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in enable_ipu_clock() 1359 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in disable_ipu_clock() 1411 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in disable_ldb_di_clock_sources() 1436 struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in enable_ldb_di_clock_sources() [all …]
|
| A D | litesom.c | 151 struct mxc_ccm_reg *ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in ccgr_init()
|
| A D | opos6ul.c | 162 struct mxc_ccm_reg *ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in ccgr_init()
|
| /arch/arm/include/asm/arch-mx7/ |
| A D | crm_regs.h | 1999 #define CCM_GPR(i) (CCM_BASE_ADDR + CCM_GPR0_OFFSET + 0x10 * (i)) 2000 #define CCM_OBSERVE(i) (CCM_BASE_ADDR + CCM_OBSERVE0_OFFSET + 0x10 * (i)) 2001 #define CCM_SCTRL(i) (CCM_BASE_ADDR + CCM_SCTRL0_OFFSET + 0x10 * (i)) 2002 #define CCM_CCGR(i) (CCM_BASE_ADDR + CCM_CCGR0_OFFSET + 0x10 * (i)) 2005 #define CCM_GPR_SET(i) (CCM_BASE_ADDR + CCM_GPR0_OFFSET + 0x10 * (i) + 4) 2007 #define CCM_SCTRL_SET(i) (CCM_BASE_ADDR + CCM_SCTRL0_OFFSET + 0x10 * (i) + 4) 2008 #define CCM_CCGR_SET(i) (CCM_BASE_ADDR + CCM_CCGR0_OFFSET + 0x10 * (i) + 4) 2011 #define CCM_GPR_CLR(i) (CCM_BASE_ADDR + CCM_GPR0_OFFSET + 0x10 * (i) + 8) 2013 #define CCM_SCTRL_CLR(i) (CCM_BASE_ADDR + CCM_SCTRL0_OFFSET + 0x10 * (i) + 8) 2014 #define CCM_CCGR_CLR(i) (CCM_BASE_ADDR + CCM_CCGR0_OFFSET + 0x10 * (i) + 8) [all …]
|
| A D | imx-regs.h | 113 #define CCM_BASE_ADDR (AIPS1_OFF_BASE_ADDR+0x180000) macro
|
| /arch/arm/mach-imx/mx7/ |
| A D | psci-mx7.c | 242 writel(0x1 << 28, CCM_BASE_ADDR + CCM_ROOT_WDOG); in psci_system_reset() 243 writel(0x3, CCM_BASE_ADDR + CCM_CCGR_WDOG1); in psci_system_reset() 255 writel(0x3, CCM_BASE_ADDR + CCM_CCGR_SNVS); in psci_system_off()
|
| A D | clock_slice.c | 17 struct mxc_ccm_reg *imx_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
|
| A D | clock.c | 25 struct mxc_ccm_reg *ccm_reg = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
|
| /arch/arm/include/asm/arch-imx9/ |
| A D | imx-regs.h | 13 #define CCM_BASE_ADDR 0x44450000UL macro
|
| /arch/arm/mach-imx/ |
| A D | cpu.c | 274 struct mxc_ccm_reg *imx_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; in get_ahb_clk()
|
| /arch/arm/include/asm/arch-mx5/ |
| A D | imx-regs.h | 77 #define CCM_BASE_ADDR (AIPS1_BASE_ADDR + 0x000D4000) macro
|
| A D | crm_regs.h | 9 #define MXC_CCM_BASE CCM_BASE_ADDR
|
| /arch/arm/mach-imx/imx9/ |
| A D | clock_root.c | 19 static struct ccm_reg *ccm_reg = (struct ccm_reg *)CCM_BASE_ADDR;
|
| /arch/arm/include/asm/arch-imx8m/ |
| A D | imx-regs.h | 31 #define CCM_BASE_ADDR 0x30380000 macro
|
| /arch/arm/include/asm/arch-vf610/ |
| A D | imx-regs.h | 82 #define CCM_BASE_ADDR (AIPS0_BASE_ADDR + 0x0006B000) macro
|
| /arch/arm/include/asm/arch-mx6/ |
| A D | imx-regs.h | 196 #define CCM_BASE_ADDR (AIPS1_OFF_BASE_ADDR + 0x44000) macro
|
| /arch/arm/mach-imx/imx8m/ |
| A D | clock_slice.c | 13 static struct ccm_reg *ccm_reg = (struct ccm_reg *)CCM_BASE_ADDR;
|
Completed in 73 milliseconds