Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
Dcamss-csiphy-2ph-1-0.c68 u32 t_hs_settle; /* ps */ in csiphy_settle_cnt_calc() local
76 t_hs_settle = (t_hs_prepare_max + t_hs_prepare_zero_min) / 2; in csiphy_settle_cnt_calc()
79 settle_cnt = t_hs_settle / timer_period - 1; in csiphy_settle_cnt_calc()
Dcamss-csiphy-3ph-1-0.c121 u32 t_hs_settle; /* ps */ in csiphy_settle_cnt_calc() local
128 t_hs_settle = t_hs_prepare_max; in csiphy_settle_cnt_calc()
131 settle_cnt = t_hs_settle / timer_period - 6; in csiphy_settle_cnt_calc()