Lines Matching +full:480 +full:m
37 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 480, 0 },
40 { XFER_SW_DMA_1, 90, 0, 0, 0, 240, 240, 480, 0 },
41 { XFER_SW_DMA_0, 120, 0, 0, 0, 480, 480, 960, 0 },
110 struct ide_timing *m, unsigned int what) in ide_timing_merge() argument
113 m->setup = max(a->setup, b->setup); in ide_timing_merge()
115 m->act8b = max(a->act8b, b->act8b); in ide_timing_merge()
117 m->rec8b = max(a->rec8b, b->rec8b); in ide_timing_merge()
119 m->cyc8b = max(a->cyc8b, b->cyc8b); in ide_timing_merge()
121 m->active = max(a->active, b->active); in ide_timing_merge()
123 m->recover = max(a->recover, b->recover); in ide_timing_merge()
125 m->cycle = max(a->cycle, b->cycle); in ide_timing_merge()
127 m->udma = max(a->udma, b->udma); in ide_timing_merge()
175 * S.M.A.R.T and some other commands. We have to ensure that the in ide_timing_compute()