Searched refs:cyc8b (Results 1 – 7 of 7) sorted by relevance
102 q->cyc8b = EZ(t->cyc8b, T); in ide_timing_quantize()119 m->cyc8b = max(a->cyc8b, b->cyc8b); in ide_timing_merge()158 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO]; in ide_timing_compute()161 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO_IORDY]; in ide_timing_compute()186 if (t->act8b + t->rec8b < t->cyc8b) { in ide_timing_compute()187 t->act8b += (t->cyc8b - (t->act8b + t->rec8b)) / 2; in ide_timing_compute()188 t->rec8b = t->cyc8b - t->act8b; in ide_timing_compute()
163 t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period); in palm_bk3710_setpiomode()
183 t0 = DIV_ROUND_UP(t->cyc8b, ideclk_period); in pata_bk3710_setpiomode()
268 unsigned long t0 = reg ? t->cyc8b : t->cycle; in ep93xx_pata_read()302 unsigned long t0 = reg ? t->cyc8b : t->cycle; in ep93xx_pata_write()
3230 q->cyc8b = EZ(t->cyc8b, T); in ata_timing_quantize()3244 if (what & ATA_TIMING_CYC8B ) m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge()3294 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO]; in ata_timing_compute()3297 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO_IORDY]; in ata_timing_compute()3325 if (t->act8b + t->rec8b < t->cyc8b) { in ata_timing_compute()3326 t->act8b += (t->cyc8b - (t->act8b + t->rec8b)) / 2; in ata_timing_compute()3327 t->rec8b = t->cyc8b - t->act8b; in ata_timing_compute()
1531 u16 cyc8b; /* t0 for 8-bit io */ member
1011 unsigned short cyc8b; /* t0 for 8-bit I/O */ member