Searched refs:t_half_byteck (Results 1 – 1 of 1) sorted by relevance
220 u32 t_ui, t_byteck, t_half_byteck; in dphy_timing_config() local228 t_half_byteck = t_ui << 2; in dphy_timing_config()246 val[CLK] = DIV_ROUND_UP(AVERAGE(range[L], range[H]), t_half_byteck) - 1; in dphy_timing_config()250 val[DATA] = DIV_ROUND_UP(AVERAGE(range[L], range[H]), t_half_byteck) - 1; in dphy_timing_config()267 val[CLK] = DIV_ROUND_UP(range[L] * factor - constant, t_half_byteck); in dphy_timing_config()269 val[DATA] = DIV_ROUND_UP(range[L] * 3 / 2 - constant, t_half_byteck) - 2; in dphy_timing_config()