Lines Matching refs:cycle
3131 q->cycle = EZ(t->cycle * 1000, T); in ata_timing_quantize()
3145 if (what & ATA_TIMING_CYCLE ) m->cycle = max(a->cycle, b->cycle); in ata_timing_merge()
3191 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO]; in ata_timing_compute()
3194 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO_IORDY]; in ata_timing_compute()
3196 p.cycle = id[ATA_ID_EIDE_DMA_MIN]; in ata_timing_compute()
3227 if (t->active + t->recover < t->cycle) { in ata_timing_compute()
3228 t->active += (t->cycle - (t->active + t->recover)) / 2; in ata_timing_compute()
3229 t->recover = t->cycle - t->active; in ata_timing_compute()
3235 if (t->active + t->recover > t->cycle) in ata_timing_compute()
3236 t->cycle = t->active + t->recover; in ata_timing_compute()
3257 u8 ata_timing_cycle2mode(unsigned int xfer_shift, int cycle) in ata_timing_cycle2mode() argument
3274 this_cycle = t->cycle; in ata_timing_cycle2mode()
3283 if (cycle > this_cycle) in ata_timing_cycle2mode()