__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// SPDX-License-Identifier: GPL-2.0 /* * Clock drivers for TI DaVinci PLL and PSC controllers * * Copyright (C) 2018 David Lechner <[email protected]> */ #ifndef __LINUX_CLK_DAVINCI_PLL_H___ #define __LINUX_CLK_DAVINCI_PLL_H___ #include <linux/device.h> #include <linux/regmap.h> /* function for registering clocks in early boot */ #ifdef CONFIG_ARCH_DAVINCI_DA830 int da830_pll_init(struct device *dev, void __iomem *base, struct regmap *cfgchip); #endif #ifdef CONFIG_ARCH_DAVINCI_DA850 int da850_pll0_init(struct device *dev, void __iomem *base, struct regmap *cfgchip); #endif #endif /* __LINUX_CLK_DAVINCI_PLL_H___ */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| analogbits-wrpll-cln28hpc.h | File | 2.81 KB | 0644 |
|
| at91_pmc.h | File | 13.99 KB | 0644 |
|
| clk-conf.h | File | 507 B | 0644 |
|
| davinci.h | File | 635 B | 0644 |
|
| imx.h | File | 276 B | 0644 |
|
| mxs.h | File | 214 B | 0644 |
|
| pxa.h | File | 571 B | 0644 |
|
| renesas.h | File | 1001 B | 0644 |
|
| samsung.h | File | 654 B | 0644 |
|
| spear.h | File | 1.01 KB | 0644 |
|
| sunxi-ng.h | File | 364 B | 0644 |
|
| tegra.h | File | 6.22 KB | 0644 |
|
| ti.h | File | 12.4 KB | 0644 |
|
| zynq.h | File | 415 B | 0644 |
|