Home
last modified time | relevance | path

Searched refs:ccm_reg (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/vf610/
H A Dgeneric.c26 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in enable_ocotp_clk()
40 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_mcu_main_clk()
104 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_bus_clk()
118 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_ipg_clk()
137 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_sdhc_clk()
170 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in get_fec_clk()
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dclock_slice.c14 static struct ccm_reg *ccm_reg = (struct ccm_reg *)CCM_BASE_ADDR; variable
501 (void __iomem *)&ccm_reg->core_root[slice_index]; in get_clk_root_target()
505 (void __iomem *)&ccm_reg->bus_root[slice_index]; in get_clk_root_target()
509 (void __iomem *)&ccm_reg->ip_root[slice_index]; in get_clk_root_target()
513 (void __iomem *)&ccm_reg->ahb_ipg_root[slice_index * 2]; in get_clk_root_target()
517 (void __iomem *)&ccm_reg->ahb_ipg_root[slice_index * 2 + 1]; in get_clk_root_target()
520 clk_root_target = (void __iomem *)&ccm_reg->core_sel; in get_clk_root_target()
523 clk_root_target = (void __iomem *)&ccm_reg->dram_sel; in get_clk_root_target()
623 ccgr = (void __iomem *)&ccm_reg->ccgr_array[index].ccgr_set; in clock_enable()
625 ccgr = (void __iomem *)&ccm_reg->ccgr_array[index].ccgr_clr; in clock_enable()
/openbmc/u-boot/board/toradex/colibri_vf/
H A Ddcu.c16 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in dcu_set_pixel_clock()
H A Dcolibri_vf.c378 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in clock_init()
/openbmc/u-boot/board/freescale/vf610twr/
H A Dvf610twr.c270 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in clock_init()
/openbmc/u-boot/board/phytec/pcm052/
H A Dpcm052.c464 struct ccm_reg *ccm = (struct ccm_reg *)CCM_BASE_ADDR; in clock_init()
/openbmc/u-boot/arch/arm/include/asm/arch-vf610/
H A Dcrm_regs.h14 struct ccm_reg { struct
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dclock.c20 struct mxc_ccm_reg *ccm_reg = (struct mxc_ccm_reg *)CCM_BASE_ADDR; variable
476 reg = readl(&ccm_reg->root[DRAM_CLK_ROOT].target_root); in get_ddrc_clk()
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/
H A Dclock.h453 struct ccm_reg { struct