Home
last modified time | relevance | path

Searched refs:get_PLLCLK (Results 1 – 25 of 107) sorted by relevance

12345

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/arm1176/s3c64xx/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
83 return get_PLLCLK(APLL) / ((div & 0x7) + 1); in get_ARMCLK()
89 return get_PLLCLK(APLL); in get_FCLK()
107 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_HCLK()
122 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_PCLK()
130 return get_PLLCLK(EPLL); in get_UCLK()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/arm1176/s3c64xx/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
83 return get_PLLCLK(APLL) / ((div & 0x7) + 1); in get_ARMCLK()
89 return get_PLLCLK(APLL); in get_FCLK()
107 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_HCLK()
122 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_PCLK()
130 return get_PLLCLK(EPLL); in get_UCLK()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/cpu/arm1176/s3c64xx/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
83 return get_PLLCLK(APLL) / ((div & 0x7) + 1); in get_ARMCLK()
89 return get_PLLCLK(APLL); in get_FCLK()
107 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_HCLK()
122 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_PCLK()
130 return get_PLLCLK(EPLL); in get_UCLK()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/cpu/arm1176/s3c64xx/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
83 return get_PLLCLK(APLL) / ((div & 0x7) + 1); in get_ARMCLK()
89 return get_PLLCLK(APLL); in get_FCLK()
107 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_HCLK()
122 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_PCLK()
130 return get_PLLCLK(EPLL); in get_UCLK()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/arm1176/s3c64xx/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
83 return get_PLLCLK(APLL) / ((div & 0x7) + 1); in get_ARMCLK()
89 return get_PLLCLK(APLL); in get_FCLK()
107 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_HCLK()
122 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_PCLK()
130 return get_PLLCLK(EPLL); in get_UCLK()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/cpu/arm1176/s3c64xx/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
83 return get_PLLCLK(APLL) / ((div & 0x7) + 1); in get_ARMCLK()
89 return get_PLLCLK(APLL); in get_FCLK()
107 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_HCLK()
122 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_PCLK()
130 return get_PLLCLK(EPLL); in get_UCLK()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/cpu/arm1176/s3c64xx/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
83 return get_PLLCLK(APLL) / ((div & 0x7) + 1); in get_ARMCLK()
89 return get_PLLCLK(APLL); in get_FCLK()
107 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_HCLK()
122 fclk = get_PLLCLK(MPLL); /* ASYNC Mode */ in get_PCLK()
130 return get_PLLCLK(EPLL); in get_UCLK()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
73 return get_PLLCLK(MPLL); in get_FCLK()
95 return get_PLLCLK(UPLL); in get_UCLK()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
73 return get_PLLCLK(MPLL); in get_FCLK()
95 return get_PLLCLK(UPLL); in get_UCLK()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
73 return get_PLLCLK(MPLL); in get_FCLK()
95 return get_PLLCLK(UPLL); in get_UCLK()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
73 return get_PLLCLK(MPLL); in get_FCLK()
95 return get_PLLCLK(UPLL); in get_UCLK()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
73 return get_PLLCLK(MPLL); in get_FCLK()
95 return get_PLLCLK(UPLL); in get_UCLK()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
73 return get_PLLCLK(MPLL); in get_FCLK()
95 return get_PLLCLK(UPLL); in get_UCLK()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c51 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
73 return get_PLLCLK(MPLL); in get_FCLK()
95 return get_PLLCLK(UPLL); in get_UCLK()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/arm/cpu/arm920t/s3c24x0/
H A Dspeed.c35 static ulong get_PLLCLK(int pllreg) in get_PLLCLK() function
62 return get_PLLCLK(MPLL); in get_FCLK()
99 return get_PLLCLK(UPLL); in get_UCLK()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c26 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
49 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
63 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c41 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
64 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
78 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c41 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
64 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
78 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c26 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
49 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
63 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c26 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
49 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
63 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c26 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
49 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
63 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c26 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
49 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
63 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c26 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
49 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
63 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c26 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
49 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
63 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c41 static ulong get_PLLCLK(uint32_t *pllreg) in get_PLLCLK() function
64 const ulong fclk_rate = get_PLLCLK(&syscon->clkset1) / fclk_div; in get_FCLK()
78 const ulong hclk_rate = get_PLLCLK(&syscon->clkset1) / hclk_div; in get_HCLK()

12345