Home
last modified time | relevance | path

Searched refs:mfn (Results 426 – 450 of 1334) sorted by relevance

1...<<11121314151617181920>>...54

/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/drivers/clk/imx/
H A Dclk-pllv3.c173 u32 mfn = readl(pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_get_rate() local
181 temp64 *= mfn; in clk_pllv3_av_get_rate()
194 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local
214 mfn = temp64; in clk_pllv3_av_set_rate()
220 writel(mfn, pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_set_rate()
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/drivers/clk/imx/
H A Dclk-pllv3.c173 u32 mfn = readl(pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_get_rate() local
181 temp64 *= mfn; in clk_pllv3_av_get_rate()
194 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local
214 mfn = temp64; in clk_pllv3_av_set_rate()
220 writel(mfn, pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_set_rate()
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/drivers/clk/imx/
H A Dclk-pllv3.c173 u32 mfn = readl(pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_get_rate() local
181 temp64 *= mfn; in clk_pllv3_av_get_rate()
194 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local
214 mfn = temp64; in clk_pllv3_av_set_rate()
220 writel(mfn, pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_set_rate()
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/drivers/clk/imx/
H A Dclk-pllv3.c173 u32 mfn = readl(pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_get_rate() local
181 temp64 *= mfn; in clk_pllv3_av_get_rate()
194 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local
214 mfn = temp64; in clk_pllv3_av_set_rate()
220 writel(mfn, pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_set_rate()
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/drivers/clk/imx/
H A Dclk-pllv3.c173 u32 mfn = readl(pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_get_rate() local
181 temp64 *= mfn; in clk_pllv3_av_get_rate()
194 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local
214 mfn = temp64; in clk_pllv3_av_set_rate()
220 writel(mfn, pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_set_rate()
/dports/sysutils/u-boot-rock64/u-boot-2021.07/drivers/clk/imx/
H A Dclk-pllv3.c173 u32 mfn = readl(pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_get_rate() local
181 temp64 *= mfn; in clk_pllv3_av_get_rate()
194 u32 mfn, mfd = 1000000; in clk_pllv3_av_set_rate() local
214 mfn = temp64; in clk_pllv3_av_set_rate()
220 writel(mfn, pll->base + PLL_NUM_OFFSET); in clk_pllv3_av_set_rate()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c117 s32 mfn = reg & 0x3ff; in decode_pll() local
122 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
126 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c117 s32 mfn = reg & 0x3ff; in decode_pll() local
122 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
126 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c122 s32 mfn = reg & 0x3ff; in decode_pll() local
127 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
131 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c117 s32 mfn = reg & 0x3ff; in decode_pll() local
122 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
126 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c117 s32 mfn = reg & 0x3ff; in decode_pll() local
122 mfn = mfn >= 512 ? mfn - 1024 : mfn; in decode_pll()
126 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in decode_pll()

1...<<11121314151617181920>>...54