Searched refs:txclkesc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-dsidphy.c | 312 u32 txbyteclkhs, txclkesc, esc_clk_div; in inno_dsidphy_mipi_mode_enable() local 350 txclkesc = txbyteclkhs / esc_clk_div; in inno_dsidphy_mipi_mode_enable() 351 t_txclkesc = div_u64(PSEC_PER_SEC, txclkesc); in inno_dsidphy_mipi_mode_enable()
|
/kernel/linux/linux-6.6/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-dsidphy.c | 371 u32 txbyteclkhs, txclkesc, esc_clk_div; in inno_dsidphy_mipi_mode_enable() local 418 txclkesc = txbyteclkhs / esc_clk_div; in inno_dsidphy_mipi_mode_enable() 419 t_txclkesc = div_u64(PSEC_PER_SEC, txclkesc); in inno_dsidphy_mipi_mode_enable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | vlv_dsi.c | 1259 /* return txclkesc cycles in terms of divider and duration in us */ 1260 static u16 txclkesc(u32 divider, unsigned int us) in txclkesc() function 1390 * device ready must be off when doing this! txclkesc? in intel_dsi_prepare() 1485 txclkesc(intel_dsi->escape_clk_div, 100)); in intel_dsi_prepare() 1516 * based on txbyteclkhs and txclkesc. in intel_dsi_prepare() 1517 * txclkesc time / txbyteclk time * (105 + MIPI_STOP_STATE_STALL in intel_dsi_prepare()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | vlv_dsi.c | 1195 /* return txclkesc cycles in terms of divider and duration in us */ 1196 static u16 txclkesc(u32 divider, unsigned int us) in txclkesc() function 1326 * device ready must be off when doing this! txclkesc? in intel_dsi_prepare() 1418 txclkesc(intel_dsi->escape_clk_div, 100)); in intel_dsi_prepare() 1450 * based on txbyteclkhs and txclkesc. in intel_dsi_prepare() 1451 * txclkesc time / txbyteclk time * (105 + MIPI_STOP_STATE_STALL in intel_dsi_prepare()
|
Completed in 8 milliseconds