Searched refs:ideclk_period (Results 1 - 1 of 1) sorted by relevance

/drivers/ide/
H A Dpalm_bk3710.c60 static unsigned ideclk_period; /* in nanoseconds */ variable
86 ideclk_period) - 1;
87 tenv = DIV_ROUND_UP(20, ideclk_period) - 1;
89 ideclk_period) - 1;
125 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
126 td = DIV_ROUND_UP(t->active, ideclk_period);
154 t0 = DIV_ROUND_UP(cycletime, ideclk_period);
155 t2 = DIV_ROUND_UP(t->active, ideclk_period);
176 t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period);
177 t2 = DIV_ROUND_UP(t->act8b, ideclk_period);
[all...]

Completed in 103 milliseconds