Searched refs:csi2_ddrclk_khz (Results 1 – 3 of 3) sorted by relevance
122 int csi2_ddrclk_khz; in omap4iss_csiphy_config() local196 csi2_ddrclk_khz = pipe->external_rate / 1000 in omap4iss_csiphy_config()204 csi2phy.ths_term = DIV_ROUND_UP(25 * csi2_ddrclk_khz, 2000000) - 1; in omap4iss_csiphy_config()205 csi2phy.ths_settle = DIV_ROUND_UP(90 * csi2_ddrclk_khz, 1000000) + 3; in omap4iss_csiphy_config()
167 int csi2_ddrclk_khz; in omap3isp_csiphy_config() local211 csi2_ddrclk_khz = pipe->external_rate / 1000 in omap3isp_csiphy_config()219 reg |= (DIV_ROUND_UP(25 * csi2_ddrclk_khz, 2000000) - 1) in omap3isp_csiphy_config()222 reg |= (DIV_ROUND_UP(90 * csi2_ddrclk_khz, 1000000) + 3) in omap3isp_csiphy_config()
124 unsigned int csi2_ddrclk_khz; in cal_camerarx_config() local137 csi2_ddrclk_khz = div_s64(external_rate * fmt->bpp, in cal_camerarx_config()140 phy_dbg(1, phy, "csi2_ddrclk_khz: %d\n", csi2_ddrclk_khz); in cal_camerarx_config()143 ths_term = 20 * csi2_ddrclk_khz / 1000000; in cal_camerarx_config()147 ths_settle = (105 * csi2_ddrclk_khz / 1000000) + 4; in cal_camerarx_config()