Searched refs:lclk (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/clk/
H A Dclk-lochnagar.c147 struct lochnagar_clk *lclk = lochnagar_hw_to_lclk(hw); local
148 struct lochnagar_clk_priv *priv = lclk->priv;
152 ret = regmap_update_bits(regmap, lclk->cfg_reg,
153 lclk->ena_mask, lclk->ena_mask);
156 lclk->name, ret);
163 struct lochnagar_clk *lclk = lochnagar_hw_to_lclk(hw); local
164 struct lochnagar_clk_priv *priv = lclk->priv;
168 ret = regmap_update_bits(regmap, lclk->cfg_reg, lclk
176 struct lochnagar_clk *lclk = lochnagar_hw_to_lclk(hw); local
191 struct lochnagar_clk *lclk = lochnagar_hw_to_lclk(hw); local
245 struct lochnagar_clk *lclk; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.h56 uint32_t lclk[MAX_PCIE_CONF]; member in struct:arcturus_pcie_table
H A Dsmu_v11_0.c623 &smu->smu_table.boot_values.lclk);
H A Darcturus_ppt.c895 smu->smu_table.boot_values.lclk / 100);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.h56 uint32_t lclk[ALDEBARAN_MAX_PCIE_CONF]; member in struct:aldebaran_pcie_table
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c31 u64 lclk = 0; local
79 lclk = debug->link->link_params.rate * 1000;
80 seq_printf(seq, "\t\tlclk = %lld\n", lclk);
H A Ddp_ctrl.c44 u64 lclk; /* 162, 270, 540 and 810 */ member in struct:dp_tu_calc_input
332 tu->lclk_fp = drm_fixp_from_fraction(in->lclk, 1);
967 in.lclk = ctrl->link->link_params.rate / 1000;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c67 int (*calc_scaling) (unsigned long pclk, unsigned long lclk,
2104 static int check_horiz_timing_omap3(unsigned long pclk, unsigned long lclk, argument
2122 blank = div_u64((u64)(t->hbp + t->hsw + t->hfp) * lclk, pclk);
2136 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk);
2147 val = div_u64((u64)nonactive * lclk, pclk);
2249 static int dispc_ovl_calc_scaling_24xx(unsigned long pclk, unsigned long lclk, argument
2295 static int dispc_ovl_calc_scaling_34xx(unsigned long pclk, unsigned long lclk, argument
2326 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings,
2361 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, in_width,
2380 static int dispc_ovl_calc_scaling_44xx(unsigned long pclk, unsigned long lclk, argument
2425 dispc_ovl_calc_scaling(unsigned long pclk, unsigned long lclk, enum omap_overlay_caps caps, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, u16 pos_x, enum omap_dss_rotation_type rotation_type, bool mem_to_mem) argument
2525 unsigned long lclk = dispc_mgr_lclk_rate(channel); local
2574 unsigned long lclk = dispc_plane_lclk_rate(plane); local
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c103 unsigned long pclk, unsigned long lclk,
2139 static int check_horiz_timing_omap3(unsigned long pclk, unsigned long lclk, argument
2159 lclk, pclk);
2173 val = div_u64((u64)(nonactive - pos_x) * lclk, pclk);
2184 val = div_u64((u64)nonactive * lclk, pclk);
2287 unsigned long pclk, unsigned long lclk,
2336 unsigned long pclk, unsigned long lclk,
2369 error = check_horiz_timing_omap3(pclk, lclk, vm,
2404 if (check_horiz_timing_omap3(pclk, lclk, vm, pos_x, in_width,
2424 unsigned long pclk, unsigned long lclk,
2286 dispc_ovl_calc_scaling_24xx(struct dispc_device *dispc, unsigned long pclk, unsigned long lclk, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2335 dispc_ovl_calc_scaling_34xx(struct dispc_device *dispc, unsigned long pclk, unsigned long lclk, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2423 dispc_ovl_calc_scaling_44xx(struct dispc_device *dispc, unsigned long pclk, unsigned long lclk, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2495 dispc_ovl_calc_scaling(struct dispc_device *dispc, enum omap_plane_id plane, unsigned long pclk, unsigned long lclk, enum omap_overlay_caps caps, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, u16 pos_x, enum omap_dss_rotation_type rotation_type, bool mem_to_mem) argument
2638 unsigned long lclk = dispc_plane_lclk_rate(dispc, plane); local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.h143 uint32_t lclk[MAX_PCIE_CONF]; member in struct:vega10_pcie_table
H A Dvega12_hwmgr.h121 uint32_t lclk[MAX_PCIE_CONF]; member in struct:vega12_pcie_table
H A Dvega20_hwmgr.h174 uint32_t lclk[MAX_PCIE_CONF]; member in struct:vega20_pcie_table
H A Dvega10_hwmgr.c1276 pcie_table->lclk[i] =
1279 pcie_table->lclk[i] =
1569 pcie_table->lclk[i], &(pp_table->LclkDid[i]));
1582 pcie_table->lclk[j], &(pp_table->LclkDid[i]));
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c405 &smu->smu_table.boot_values.lclk);
/linux-master/drivers/video/fbdev/
H A Dpxafb.c1006 * 10khz. Calling the result of this function lclk gives us the
1009 * PCD = (lclk * 10^4 ) * ( pixclock * 10^-12 )
1235 unsigned long lclk = clk_get_rate(fbi->clk); local
1245 LCCR1_BegLnDel(__smart_timing(t1, lclk)) |
1246 LCCR1_EndLnDel(__smart_timing(t2, lclk)) |
1247 LCCR1_HorSnchWdth(__smart_timing(t3, lclk));
1250 fbi->reg_lccr3 = fbi->lccr3 | LCCR3_PixClkDiv(__smart_timing(t4, lclk));
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h303 uint32_t lclk; member in struct:smu_bios_boot_up_values

Completed in 301 milliseconds