Lines Matching refs:cycle
2954 q->cycle = EZ(t->cycle * 1000, T); in ata_timing_quantize()
2968 if (what & ATA_TIMING_CYCLE ) m->cycle = max(a->cycle, b->cycle); in ata_timing_merge()
3014 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO]; in ata_timing_compute()
3017 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO_IORDY]; in ata_timing_compute()
3019 p.cycle = id[ATA_ID_EIDE_DMA_MIN]; in ata_timing_compute()
3050 if (t->active + t->recover < t->cycle) { in ata_timing_compute()
3051 t->active += (t->cycle - (t->active + t->recover)) / 2; in ata_timing_compute()
3052 t->recover = t->cycle - t->active; in ata_timing_compute()
3058 if (t->active + t->recover > t->cycle) in ata_timing_compute()
3059 t->cycle = t->active + t->recover; in ata_timing_compute()
3080 u8 ata_timing_cycle2mode(unsigned int xfer_shift, int cycle) in ata_timing_cycle2mode() argument
3097 this_cycle = t->cycle; in ata_timing_cycle2mode()
3106 if (cycle > this_cycle) in ata_timing_cycle2mode()