Lines Matching +full:platform +full:- +full:pll
1 /* SPDX-License-Identifier: GPL-2.0 */
12 #include <linux/clk-provider.h>
17 #define PLL_HAS_CLKMODE BIT(0) /* PLL has PLLCTL[CLKMODE] */
18 #define PLL_HAS_PREDIV BIT(1) /* has prediv before PLL */
21 #define PLL_HAS_POSTDIV BIT(4) /* has postdiv after PLL */
28 /** davinci_pll_clk_info - controller-specific PLL info
29 * @name: The name of the PLL
30 * @unlock_reg: Option CFGCHIP register for unlocking PLL
55 /** davinci_pll_sysclk_info - SYSCLKn-specific info
79 /** davinci_pll_obsclk_info - OBSCLK-specific info
123 /* Platform-specific callbacks */