Searched refs:txclkesc (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c1201 /* return txclkesc cycles in terms of divider and duration in us */
1202 static u16 txclkesc(u32 divider, unsigned int us)
1331 * device ready must be off when doing this! txclkesc?
1423 txclkesc(intel_dsi->escape_clk_div, 100));
1455 * based on txbyteclkhs and txclkesc.
1456 * txclkesc time / txbyteclk time * (105 + MIPI_STOP_STATE_STALL
1200 static u16 txclkesc(u32 divider, unsigned int us) function
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c371 u32 txbyteclkhs, txclkesc, esc_clk_div; local
418 txclkesc = txbyteclkhs / esc_clk_div;
419 t_txclkesc = div_u64(PSEC_PER_SEC, txclkesc);

Completed in 168 milliseconds