Searched refs:rec8b (Results 1 – 4 of 4) sorted by relevance
65 q->rec8b = EZ(t->rec8b, T); in ata_timing_quantize()82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge()172 if (t->act8b + t->rec8b < t->cyc8b) { in ata_timing_compute()173 t->act8b += (t->cyc8b - (t->act8b + t->rec8b)) / 2; in ata_timing_compute()174 t->rec8b = t->cyc8b - t->act8b; in ata_timing_compute()
183 t->rec8b = clamp_val(t->rec8b, 1, 16) & 15; in ali_program_modes()188 pci_write_config_byte(pdev, cbt, (t->act8b << 4) | t->rec8b); in ali_program_modes()
273 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_read()307 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_write()
1080 unsigned short rec8b; /* t2i for 8-bit I/O */ member