Home
last modified time | relevance | path

Searched refs:lptxcnt (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dtc358768.c641 u32 val, val2, lptxcnt, hact, data_type; in tc358768_bridge_pre_enable() local
735 lptxcnt = val; in tc358768_bridge_pre_enable()
764 /* TWAKEUP > 1ms in lptxcnt steps */ in tc358768_bridge_pre_enable()
766 val = val / (lptxcnt + 1) - 1; in tc358768_bridge_pre_enable()
792 val = tc358768_to_ns((lptxcnt + 1) * dsibclk_nsk * 4); in tc358768_bridge_pre_enable()
794 val2 = tc358768_ns_to_cnt(tc358768_to_ns((lptxcnt + 1) * dsibclk_nsk), in tc358768_bridge_pre_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dtc358768.c646 u32 val, val2, lptxcnt, hact, data_type; in tc358768_bridge_pre_enable() local
746 lptxcnt = val; in tc358768_bridge_pre_enable()
777 /* TWAKEUP > 1ms in lptxcnt steps */ in tc358768_bridge_pre_enable()
779 val = val / (lptxcnt + 1) - 1; in tc358768_bridge_pre_enable()
805 val = tc358768_ps_to_ns((lptxcnt + 1) * hsbyteclk_ps * 4); in tc358768_bridge_pre_enable()
808 val2 = tc358768_ns_to_cnt(tc358768_ps_to_ns((lptxcnt + 1) * hsbyteclk_ps), in tc358768_bridge_pre_enable()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtc358746.c490 u32 val, val2, lptxcnt; in tc358746_apply_dphy_config() local
505 lptxcnt = val; in tc358746_apply_dphy_config()
539 /* TWAKEUP > 1ms in lptxcnt steps */ in tc358746_apply_dphy_config()
541 val = val / (lptxcnt + 1) - 1; in tc358746_apply_dphy_config()

Completed in 9 milliseconds