Searched refs:hs_freq (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c49 unsigned long hs_freq; member in struct:mcde_dsi
594 * not what we actually get from the DSI PLL, which is hs_freq.
751 unsigned long hs_freq; local
776 hs_freq = clk_get_rate(d->hs_clk);
777 hs_freq /= 1000000; /* MHz */
778 val = 4000 / hs_freq;
862 unsigned long hs_freq, lp_freq; local
872 hs_freq = d->mdsi->hs_rate;
874 hs_freq = DSI_DEFAULT_HS_FREQ_HZ;
883 d->hs_freq
[all...]

Completed in 413 milliseconds