Lines Matching refs:at
55 struct ata_timing at;
74 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) {
79 at.active = clamp_val(at.active, 2, 16) - 2;
80 at.setup = clamp_val(at.setup, 1, 4) - 1;
81 at.recover = clamp_val(at.recover, 1, 12) - 1;
83 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active];