Lines Matching +full:480 +full:m
50 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 480, 0 },
53 { XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 480, 0 },
54 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 960, 0 },
123 struct ide_timing *m, unsigned int what) in ide_timing_merge() argument
126 m->setup = max(a->setup, b->setup); in ide_timing_merge()
128 m->act8b = max(a->act8b, b->act8b); in ide_timing_merge()
130 m->rec8b = max(a->rec8b, b->rec8b); in ide_timing_merge()
132 m->cyc8b = max(a->cyc8b, b->cyc8b); in ide_timing_merge()
134 m->active = max(a->active, b->active); in ide_timing_merge()
136 m->recover = max(a->recover, b->recover); in ide_timing_merge()
138 m->cycle = max(a->cycle, b->cycle); in ide_timing_merge()
140 m->udma = max(a->udma, b->udma); in ide_timing_merge()
188 * S.M.A.R.T and some other commands. We have to ensure that the in ide_timing_compute()