Home
last modified time | relevance | path

Searched refs:tc358768_ns_to_cnt (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358768.c651 static u32 tc358768_ns_to_cnt(u32 ns, u32 period_ps) in tc358768_ns_to_cnt() function
929 val = tc358768_ns_to_cnt(100 * 1000, hsbyteclk_ps) - 1; in tc358768_bridge_pre_enable()
934 val = tc358768_ns_to_cnt(50, hsbyteclk_ps) - 1; in tc358768_bridge_pre_enable()
940 val = tc358768_ns_to_cnt(65, hsbyteclk_ps) - 1; in tc358768_bridge_pre_enable()
943 val2 = tc358768_ns_to_cnt(300 - tc358768_ps_to_ns(2 * ui_ps), in tc358768_bridge_pre_enable()
950 raw_val = tc358768_ns_to_cnt(60 + tc358768_ps_to_ns(2 * ui_ps), hsbyteclk_ps) - 5; in tc358768_bridge_pre_enable()
957 val = tc358768_ns_to_cnt(val, hsbyteclk_ps) - 1; in tc358768_bridge_pre_enable()
960 raw_val = tc358768_ns_to_cnt(145 - tc358768_ps_to_ns(3 * ui_ps), hsbyteclk_ps) - 10; in tc358768_bridge_pre_enable()
967 val = tc358768_ns_to_cnt(1020000, hsbyteclk_ps); in tc358768_bridge_pre_enable()
973 val = tc358768_ns_to_cnt(60 + tc358768_ps_to_ns(52 * ui_ps), in tc358768_bridge_pre_enable()
[all …]