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