Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/media/platform/ti/cal/
Dcal-camerarx.c130 unsigned int ths_term, ths_settle; in cal_camerarx_config() local
139 ths_settle = div_s64(105 * link_freq, 1000 * 1000 * 1000) + 4; in cal_camerarx_config()
140 phy_dbg(1, phy, "ths_settle: %d (0x%02x)\n", ths_settle, ths_settle); in cal_camerarx_config()
146 cal_set_field(&reg0, ths_settle, CAL_CSI2_PHY_REG0_THS_SETTLE_MASK); in cal_camerarx_config()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_bios.h206 u8 ths_settle; member