Lines Matching refs:ideclk_period
50 static unsigned int ideclk_period; /* in nanoseconds */
76 ideclk_period) - 1;
77 tenv = DIV_ROUND_UP(20, ideclk_period) - 1;
79 ideclk_period) - 1;
115 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
116 td = DIV_ROUND_UP(t->active, ideclk_period);
160 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
161 t2 = DIV_ROUND_UP(t->active, ideclk_period);
183 t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period);
184 t2 = DIV_ROUND_UP(t->act8b, ideclk_period);
311 ideclk_period = 1000000000UL / rate;