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

/linux-master/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c52 /* return pixels in terms of txbyteclkhs */
53 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, function
60 /* return pixels equvalent to txbyteclkhs */
1104 * in Pixels but txbyteclkhs.. So retrieval process adds some
1105 * ROUND_UP ERRORS in the process of PIXELS<==>txbyteclkhs.
1127 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count,
1129 hsync_sw = txbyteclkhs(hsync_sw, bpp, lane_count,
1131 hbp_sw = txbyteclkhs(hbp_sw, bpp, lane_count,
1246 hactive = txbyteclkhs(hactive, bpp, lane_count,
1248 hfp = txbyteclkhs(hf
[all...]
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c371 u32 txbyteclkhs, txclkesc, esc_clk_div; local
414 txbyteclkhs = inno->pll.rate / 8;
415 t_txbyteclkhs = div_u64(PSEC_PER_SEC, txbyteclkhs);
417 esc_clk_div = DIV_ROUND_UP(txbyteclkhs, 20000000);
418 txclkesc = txbyteclkhs / esc_clk_div;

Completed in 399 milliseconds