Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/renesas/rzg2l-cru/
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,
325 CSIDPHYTIM1_THS_SETTLE(dphy_timing->ths_settle) | in rzg2l_csi2_dphy_enable()
/linux-6.12.1/drivers/staging/media/omap4iss/
Diss_csiphy.h19 u8 ths_settle; member
Diss_csiphy.c95 reg |= phy->dphy.ths_settle << REGISTER0_THS_SETTLE_SHIFT; in csiphy_dphy_config()
205 csi2phy.ths_settle = DIV_ROUND_UP(90 * csi2_ddrclk_khz, 1000000) + 3; in omap4iss_csiphy_config()
/linux-6.12.1/drivers/media/platform/ti/cal/
Dcal-camerarx.c136 unsigned int ths_term, ths_settle; in cal_camerarx_config() local
145 ths_settle = div_s64(105 * link_freq, 1000 * 1000 * 1000) + 4; in cal_camerarx_config()
146 phy_dbg(1, phy, "ths_settle: %d (0x%02x)\n", ths_settle, ths_settle); in cal_camerarx_config()
152 cal_set_field(&reg0, ths_settle, CAL_CSI2_PHY_REG0_THS_SETTLE_MASK); in cal_camerarx_config()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_bios.h209 u8 ths_settle; member