/linux-4.4.14/drivers/media/dvb-frontends/ |
D | tda10023.c | 55 u8 pll_p; member 243 /* 015 */ 0x29, 0xff, ((state->pll_p-1)<<6)|(state->pll_n-1), in tda10023_init() 547 state->pll_p = state->config->pll_p; in tda10023_attach() 553 state->pll_p = 4; in tda10023_attach() 559 (state->pll_n * state->pll_p)); in tda10023_attach() 565 __func__, state->xtal, state->pll_m, state->pll_p, in tda10023_attach()
|
D | tda10048.h | 72 u8 pll_p; member
|
D | tda1002x.h | 50 u8 pll_p; /* defaults: 4 */ member
|
D | tda10048.c | 1130 state->pll_pfactor = config->pll_p; in tda10048_attach()
|
/linux-4.4.14/Documentation/devicetree/bindings/cpufreq/ |
D | tegra124-cpufreq.txt | 14 - pll_p: Auxiliary PLL used during fast PLL rate changes. 38 clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
|
/linux-4.4.14/drivers/video/fbdev/ |
D | gbefb.c | 436 timing->pll_p = 0; in gbefb_setup_flatpanel() 465 int pll_m, pll_n, pll_p, error, best_m, best_n, best_p, best_error; in compute_gbe_timing() local 481 for (pll_p = 0; pll_p < 4; pll_p++) in compute_gbe_timing() 485 (pll_n << pll_p) / pll_m; in compute_gbe_timing() 500 best_p = pll_p; in compute_gbe_timing() 516 timing->pll_p = best_p; in compute_gbe_timing() 518 (timing->pll_n << timing->pll_p); in compute_gbe_timing() 547 SET_GBE_FIELD(DOTCLK, P, val, timing->pll_p); in gbe_set_timing_info()
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
D | clock.c | 223 pllcfg.pll_p = pll_postdivs[((regval >> 11) & 0x3)]; in clk_get_pllrate_from_reg() 244 tv = ffs(PllSetup->pll_p) - 1; in local_clk_pll_setup() 245 if ((!is_power_of_2(PllSetup->pll_p)) || (tv > 3)) in local_clk_pll_setup() 286 pllsetup->pll_p = pll_postdivs[0]; in local_clk_find_pll_cfg() 298 pllsetup->pll_p = pll_postdivs[p]; in local_clk_find_pll_cfg() 310 pllsetup->pll_p = pll_postdivs[0]; in local_clk_find_pll_cfg() 333 pllsetup->pll_p = pll_postdivs[p]; in local_clk_find_pll_cfg() 353 pllsetup->pll_p = pll_postdivs[p]; in local_clk_find_pll_cfg()
|
D | common.h | 44 int pll_p; member
|
D | common.c | 109 p = pllsetup->pll_p; in clk_check_pll_setup()
|
/linux-4.4.14/sound/soc/codecs/ |
D | tlv320aic3x.c | 1026 u8 data, j, r, p, pll_q, pll_p = 1, pll_r = 1, pll_j = 1; in aic3x_hw_params() local 1119 pll_r = r; pll_p = p; in aic3x_hw_params() 1145 pll_j = j; pll_d = d; pll_r = 1; pll_p = p; in aic3x_hw_params() 1160 snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p); in aic3x_hw_params()
|
D | pcm512x.c | 54 int pll_p; member 796 pcm512x->pll_p = P; in pcm512x_find_pll_coeff() 893 PCM512x_PLL_COEFF_0, pcm512x->pll_p - 1); in pcm512x_set_dividers()
|
/linux-4.4.14/include/video/ |
D | gbe.h | 305 short pll_p; /* PLL N parameter */ member
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | ttusb2.c | 482 .pll_p = 3, 499 .pll_p = 0,
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | anysee.c | 292 .pll_p = 3, 328 .pll_p = 3,
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | budget-ci.c | 1041 .pll_p = 3,
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra124.dtsi | 956 clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
|