Searched refs:pll_p (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | tda10023.c | 55 u8 pll_p; member 241 /* 015 */ 0x29, 0xff, ((state->pll_p-1)<<6)|(state->pll_n-1), in tda10023_init() 545 state->pll_p = state->config->pll_p; in tda10023_attach() 551 state->pll_p = 4; in tda10023_attach() 557 (state->pll_n * state->pll_p)); in tda10023_attach() 563 __func__, state->xtal, state->pll_m, state->pll_p, in tda10023_attach()
|
D | tda10048.h | 71 u8 pll_p; member
|
D | tda1002x.h | 50 u8 pll_p; /* defaults: 4 */ member
|
D | tda10048.c | 1126 state->pll_pfactor = config->pll_p; in tda10048_attach()
|
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/ |
D | nvidia,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-v4.19/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-v4.19/sound/soc/codecs/ |
D | tlv320aic3x.c | 1041 u8 data, j, r, p, pll_q, pll_p = 1, pll_r = 1, pll_j = 1; in aic3x_hw_params() local 1134 pll_r = r; pll_p = p; in aic3x_hw_params() 1160 pll_j = j; pll_d = d; pll_r = 1; pll_p = p; in aic3x_hw_params() 1175 snd_soc_component_update_bits(component, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p); in aic3x_hw_params()
|
D | pcm512x.c | 51 int pll_p; member 793 pcm512x->pll_p = P; in pcm512x_find_pll_coeff() 890 PCM512x_PLL_COEFF_0, pcm512x->pll_p - 1); in pcm512x_set_dividers()
|
/Linux-v4.19/include/video/ |
D | gbe.h | 305 short pll_p; /* PLL N parameter */ member
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | ttusb2.c | 501 .pll_p = 3, 518 .pll_p = 0,
|
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | anysee.c | 288 .pll_p = 3, 324 .pll_p = 3,
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | budget-ci.c | 1039 .pll_p = 3,
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | tegra124.dtsi | 1142 clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
|