Home
last modified time | relevance | path

Searched refs:fclk (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/arm/ep93xx/
Depsoc.c79 uint64_t fclk, pclk, hclk; in epsoc_attach() local
136 fclk = 14745600ULL * ((pll1x1fbd1 + 1) * (pll1x2fbd2 + 1)) / in epsoc_attach()
138 hclk = fclk / hclkdivisors[hclkdiv]; in epsoc_attach()
142 fclk = fclk >> fclkdiv; in epsoc_attach()
144 fclk = 14745600ULL; in epsoc_attach()
148 fclk / 1000000, (fclk % 1000000 + 5000) / 10000, in epsoc_attach()
152 sc->sc_fclk = fclk; in epsoc_attach()
/netbsd/src/sys/arch/evbarm/stand/boot2440/
Dmain.c80 static void s3c24x0_clock_freq2(vaddr_t clkman_base, int *fclk, int *hclk,
112 int fclk, hclk; in main() local
146 s3c24x0_clock_freq2(S3C2440_CLKMAN_BASE, &fclk, &hclk, &pclk); in main()
408 s3c24x0_clock_freq2(vaddr_t clkman_base, int *fclk, int *hclk, int *pclk) in s3c24x0_clock_freq2() argument
458 if (fclk) *fclk = f; in s3c24x0_clock_freq2()
/netbsd/src/sys/arch/arm/s3c2xx0/
Ds3c2800.c205 s3c2800_clock_freq2(vaddr_t clkman_base, int *fclk, int *hclk, int *pclk) in s3c2800_clock_freq2() argument
226 if (fclk) *fclk = f; in s3c2800_clock_freq2()
Ds3c2410.c206 s3c24x0_clock_freq2(vaddr_t clkman_base, int *fclk, int *hclk, int *pclk) in s3c24x0_clock_freq2() argument
227 if (fclk) *fclk = f; in s3c24x0_clock_freq2()
Ds3c2440.c238 s3c24x0_clock_freq2(vaddr_t clkman_base, int *fclk, int *hclk, int *pclk) in s3c24x0_clock_freq2() argument
288 if (fclk) *fclk = f; in s3c24x0_clock_freq2()
/netbsd/src/sys/arch/arm/arm32/
Dcpu.c212 char *fclk; in cpu_attach() local
218 fclk = "bus clock"; in cpu_attach()
221 fclk = "ref clock"; in cpu_attach()
224 fclk = "pll"; in cpu_attach()
227 fclk = "illegal"; in cpu_attach()
230 aprint_normal(" fclk source=%s\n", fclk); in cpu_attach()
/netbsd/src/sys/arch/arm/footbridge/
Ddc21285reg.h283 #define UART_BRD(fclk, x) (((fclk) / 4 / 16 / x) - 1) argument