Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c143 u32 ths_settle; member
179 .ths_settle = 31,
188 .ths_settle = 28,
197 .ths_settle = 22,
206 .ths_settle = 19,
215 .ths_settle = 18,
384 CSIDPHYTIM1_THS_SETTLE(dphy_timing->ths_settle) | in rzg2l_csi2_dphy_enable()
/linux/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c154 unsigned int ths_term, ths_settle; in cal_camerarx_config() local
163 ths_settle = div_s64(105 * link_freq, 1000 * 1000 * 1000) + 4; in cal_camerarx_config()
164 phy_dbg(1, phy, "ths_settle: %d (0x%02x)\n", ths_settle, ths_settle); in cal_camerarx_config()
170 cal_set_field(&reg0, ths_settle, CAL_CSI2_PHY_REG0_THS_SETTLE_MASK); in cal_camerarx_config()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt_defs.h172 u8 ths_settle; member