Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-imx/mx7ulp/
Dscg.c200 reg = readl(&scg1_regs->apllpfd); in scg_apll_pfd_get_rate()
635 addr = (u32)(&scg1_regs->apllpfd); in scg_enable_pll_pfd()
647 addr = (u32)(&scg1_regs->apllpfd); in scg_enable_pll_pfd()
659 addr = (u32)(&scg1_regs->apllpfd); in scg_enable_pll_pfd()
671 addr = (u32)(&scg1_regs->apllpfd); in scg_enable_pll_pfd()
966 val = readl(&scg1_regs->apllpfd); in scg_a7_apll_init()
968 writel(val, &scg1_regs->apllpfd); in scg_a7_apll_init()
984 val = readl(&scg1_regs->apllpfd); in scg_a7_apll_init()
987 writel(val, &scg1_regs->apllpfd); in scg_a7_apll_init()
990 val = readl(&scg1_regs->apllpfd); in scg_a7_apll_init()
[all …]
/external/u-boot/arch/arm/include/asm/arch-mx7ulp/
Dscg.h302 u32 apllpfd; /* Auxiliary PLL PFD Register */ member