Lines Matching refs:ideclk_period
47 static unsigned ideclk_period; /* in nanoseconds */
73 ideclk_period) - 1;
74 tenv = DIV_ROUND_UP(20, ideclk_period) - 1;
76 ideclk_period) - 1;
112 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
113 td = DIV_ROUND_UP(t->active, ideclk_period);
141 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
142 t2 = DIV_ROUND_UP(t->active, ideclk_period);
163 t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period);
164 t2 = DIV_ROUND_UP(t->act8b, ideclk_period);
319 ideclk_period = 1000000000UL / rate;