Searched refs:cyc8b (Results 1 – 7 of 7) sorted by relevance
115 q->cyc8b = EZ(t->cyc8b, T); in ide_timing_quantize()132 m->cyc8b = max(a->cyc8b, b->cyc8b); in ide_timing_merge()171 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO]; in ide_timing_compute()174 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO_IORDY]; in ide_timing_compute()199 if (t->act8b + t->rec8b < t->cyc8b) { in ide_timing_compute()200 t->act8b += (t->cyc8b - (t->act8b + t->rec8b)) / 2; in ide_timing_compute()201 t->rec8b = t->cyc8b - t->act8b; in ide_timing_compute()
176 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()
267 unsigned long t0 = reg ? t->cyc8b : t->cycle; in ep93xx_pata_read()301 unsigned long t0 = reg ? t->cyc8b : t->cycle; in ep93xx_pata_write()
3246 q->cyc8b = EZ(t->cyc8b, T); in ata_timing_quantize()3260 if (what & ATA_TIMING_CYC8B ) m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge()3310 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO]; in ata_timing_compute()3313 p.cycle = p.cyc8b = id[ATA_ID_EIDE_PIO_IORDY]; in ata_timing_compute()3341 if (t->act8b + t->rec8b < t->cyc8b) { in ata_timing_compute()3342 t->act8b += (t->cyc8b - (t->act8b + t->rec8b)) / 2; in ata_timing_compute()3343 t->rec8b = t->cyc8b - t->act8b; in ata_timing_compute()
1519 u16 cyc8b; /* t0 for 8-bit io */ member
1028 unsigned short cyc8b; /* t0 for 8-bit I/O */ member