• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/

Lines Matching defs:fsclk

262 				unsigned long fsclk)
267 tmp = tmin * (fsclk/1000/1000) / 1000;
269 if ((tmp*1000*1000) < (tmin*(fsclk/1000))) {
291 unsigned int fsclk = get_sclk();
300 n6 = num_clocks_min(t6min, fsclk);
302 dev_dbg(adev->link->ap->dev, "set piomode: mode=%d, fsclk=%ud\n", mode, fsclk);
304 while (mode > 0 && pio_fsclk[mode] > fsclk)
308 t2_reg = num_clocks_min(reg_t2min[mode], fsclk);
310 teoc_reg = num_clocks_min(reg_teocmin[mode], fsclk);
312 n0 = num_clocks_min(reg_t0min[mode], fsclk);
321 t2_pio = num_clocks_min(pio_t2min[mode], fsclk);
323 teoc_pio = num_clocks_min(pio_teocmin[mode], fsclk);
325 n0 = num_clocks_min(pio_t0min[mode], fsclk);
332 t1_reg = num_clocks_min(pio_t1min[mode], fsclk);
335 t4_reg = num_clocks_min(pio_t4min[mode], fsclk);
370 unsigned long fsclk = get_sclk();
384 while (mode > 0 && udma_fsclk[mode] > fsclk)
387 nmin = num_clocks_min(udma_tmin[mode], fsclk);
390 tdvs = num_clocks_min(udma_tdvsmin[mode], fsclk);
391 tcyc = num_clocks_min(udma_tcycmin[mode], fsclk);
409 tack = num_clocks_min(udma_tackmin, fsclk);
410 tss = num_clocks_min(udma_tssmin, fsclk);
411 tmli = num_clocks_min(udma_tmlimin, fsclk);
412 tzah = num_clocks_min(udma_tzahmin, fsclk);
413 trp = num_clocks_min(udma_trpmin[mode], fsclk);
414 tenv = num_clocks_min(udma_tenvmin, fsclk);
441 while (mode > 0 && mdma_fsclk[mode] > fsclk)
444 nf = num_clocks_min(tfmin, fsclk);
449 td = num_clocks_min(mdma_tdmin[mode], fsclk);
452 tkw = num_clocks_min(mdma_tkwmin[mode], fsclk);
455 n0 = num_clocks_min(mdma_t0min[mode], fsclk);
462 tkr = num_clocks_min(mdma_tkrmin[mode], fsclk);
464 tm = num_clocks_min(mdma_tmmin[mode], fsclk);
466 teoc = num_clocks_min(mdma_tjmin[mode], fsclk);
468 th = num_clocks_min(mdma_thmin[mode], fsclk);
1555 unsigned int fsclk = get_sclk();
1576 udma_fsclk[udma_mode] > fsclk) {