ideclk_period      50 drivers/ata/pata_bk3710.c static unsigned int ideclk_period; /* in nanoseconds */
ideclk_period      76 drivers/ata/pata_bk3710.c 			  ideclk_period) - 1;
ideclk_period      77 drivers/ata/pata_bk3710.c 	tenv = DIV_ROUND_UP(20, ideclk_period) - 1;
ideclk_period      79 drivers/ata/pata_bk3710.c 			   ideclk_period) - 1;
ideclk_period     115 drivers/ata/pata_bk3710.c 	t0 = DIV_ROUND_UP(cycletime, ideclk_period);
ideclk_period     116 drivers/ata/pata_bk3710.c 	td = DIV_ROUND_UP(t->active, ideclk_period);
ideclk_period     160 drivers/ata/pata_bk3710.c 	t0 = DIV_ROUND_UP(cycletime, ideclk_period);
ideclk_period     161 drivers/ata/pata_bk3710.c 	t2 = DIV_ROUND_UP(t->active, ideclk_period);
ideclk_period     183 drivers/ata/pata_bk3710.c 	t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period);
ideclk_period     184 drivers/ata/pata_bk3710.c 	t2 = DIV_ROUND_UP(t->act8b, ideclk_period);
ideclk_period     311 drivers/ata/pata_bk3710.c 	ideclk_period = 1000000000UL / rate;
ideclk_period      47 drivers/ide/palm_bk3710.c static unsigned ideclk_period; /* in nanoseconds */
ideclk_period      73 drivers/ide/palm_bk3710.c 			  ideclk_period) - 1;
ideclk_period      74 drivers/ide/palm_bk3710.c 	tenv = DIV_ROUND_UP(20, ideclk_period) - 1;
ideclk_period      76 drivers/ide/palm_bk3710.c 			   ideclk_period) - 1;
ideclk_period     112 drivers/ide/palm_bk3710.c 	t0 = DIV_ROUND_UP(cycletime, ideclk_period);
ideclk_period     113 drivers/ide/palm_bk3710.c 	td = DIV_ROUND_UP(t->active, ideclk_period);
ideclk_period     141 drivers/ide/palm_bk3710.c 	t0 = DIV_ROUND_UP(cycletime, ideclk_period);
ideclk_period     142 drivers/ide/palm_bk3710.c 	t2 = DIV_ROUND_UP(t->active, ideclk_period);
ideclk_period     163 drivers/ide/palm_bk3710.c 	t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period);
ideclk_period     164 drivers/ide/palm_bk3710.c 	t2 = DIV_ROUND_UP(t->act8b, ideclk_period);
ideclk_period     319 drivers/ide/palm_bk3710.c 	ideclk_period = 1000000000UL / rate;