Searched refs:odf (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/clk/st/ |
| A D | clkgen-pll.c | 52 struct clkgen_field odf[C32_MAX_ODFS]; member 222 unsigned long odf; member 729 div->reg = reg + pll_data->odf[odf].offset; in clkgen_odf_register() 730 div->shift = pll_data->odf[odf].shift; in clkgen_odf_register() 731 div->width = fls(pll_data->odf[odf].mask); in clkgen_odf_register() 756 int num_odfs, odf; in clkgen_c32_pll_setup() local 791 for (odf = 0; odf < num_odfs; odf++) { in clkgen_c32_pll_setup() 797 clk_name = datac->outputs[odf].name; in clkgen_c32_pll_setup() 798 odf_flags = datac->outputs[odf].flags; in clkgen_c32_pll_setup() 802 odf, &clk_name)) in clkgen_c32_pll_setup() [all …]
|
| /linux/drivers/gpu/drm/stm/ |
| A D | dw_mipi_dsi-stm.c | 139 int divisor = idf * odf; in dsi_pll_get_clkout_khz() 150 int *idf, int *ndiv, int *odf) in dsi_pll_get_params() argument 192 *odf = o; in dsi_pll_get_params() 256 unsigned int idf, ndiv, odf, pll_in_khz, pll_out_khz; in dw_mipi_dsi_clk_recalc_rate() local 269 odf = int_pow(2, (val & WRPCR_ODF) >> 16); in dw_mipi_dsi_clk_recalc_rate() 281 unsigned int idf, ndiv, odf, pll_in_khz, pll_out_khz; in dw_mipi_dsi_clk_round_rate() local 291 odf = 0; in dw_mipi_dsi_clk_round_rate() 294 &idf, &ndiv, &odf); in dw_mipi_dsi_clk_round_rate() 308 unsigned int idf, ndiv, odf, pll_in_khz, pll_out_khz; in dw_mipi_dsi_clk_set_rate() local 319 odf = 0; in dw_mipi_dsi_clk_set_rate() [all …]
|
| /linux/drivers/gpu/drm/sti/ |
| A D | sti_hdmi_tx3g4c28phy.c | 48 uint32_t odf; member 79 u32 val, tmdsck, idf, odf, pllctrl = 0; in sti_hdmi_tx3g4c28phy_start() local 89 odf = plldividers[i].odf; in sti_hdmi_tx3g4c28phy_start() 111 pllctrl |= odf << PLL_CFG_ODF_SHIFT; in sti_hdmi_tx3g4c28phy_start()
|
| /linux/drivers/clk/ |
| A D | clk-stm32h7.c | 1306 int odf; in stm32h7_rcc_init() local 1315 for (odf = 0; odf < 3; odf++) { in stm32h7_rcc_init() 1316 int idx = n * 3 + odf; in stm32h7_rcc_init() 1318 get_cfg_composite_div(&odf_clk_gcfg, &stm32_odf[n][odf], in stm32h7_rcc_init() 1322 stm32_odf[n][odf].name, in stm32h7_rcc_init() 1323 stm32_odf[n][odf].parent_name, in stm32h7_rcc_init() 1324 stm32_odf[n][odf].num_parents, in stm32h7_rcc_init() 1328 stm32_odf[n][odf].flags); in stm32h7_rcc_init()
|
| /linux/Documentation/devicetree/bindings/clock/st/ |
| A D | st,clkgen-pll.txt | 38 clock-output-names = "clockgen-a9-pll-odf";
|
| /linux/drivers/media/dvb-frontends/ |
| A D | stv0910.c | 790 u32 odf = 4; in set_mclock() local 793 u32 ndiv = (fphi * odf * idf) / quartz; in set_mclock() 841 write_reg(state, RSTV0910_NCOARSE2, odf); in set_mclock() 845 state->base->mclk = fvco / (2 * odf) * 1000000; in set_mclock()
|
Completed in 22 milliseconds