Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c130 u32 ths_settle; member
142 .ths_settle = 31,
151 .ths_settle = 28,
160 .ths_settle = 22,
169 .ths_settle = 19,
178 .ths_settle = 18,
328 CSIDPHYTIM1_THS_SETTLE(dphy_timing->ths_settle) | in rzg2l_csi2_dphy_enable()
/linux-6.15/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c137 unsigned int ths_term, ths_settle; in cal_camerarx_config() local
146 ths_settle = div_s64(105 * link_freq, 1000 * 1000 * 1000) + 4; in cal_camerarx_config()
147 phy_dbg(1, phy, "ths_settle: %d (0x%02x)\n", ths_settle, ths_settle); in cal_camerarx_config()
153 cal_set_field(&reg0, ths_settle, CAL_CSI2_PHY_REG0_THS_SETTLE_MASK); in cal_camerarx_config()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_bios.h201 u8 ths_settle; member