Lines Matching +full:150 +full:m
36 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 150, 0 },
50 { XFER_PIO_0, 70, 290, 240, 600, 165, 150, 600, 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()