Lines Matching +full:150 +full:us
188 * Darwin code base limit OHare to 150ns cycle time. I decided to do
241 { 75, 75, 150 },
250 { 150, 150, 300 },
254 { 90, 60, 150 },
280 { 0, 150, 90 }, /* 1 */
317 { 150 , 0x00209000 },
358 { 150 , 0x0028b000 },
530 recTime = max(recTime, 150U); in pmac_ide_set_pio_mode()
532 accessTime = max(accessTime, 150U); in pmac_ide_set_pio_mode()
545 recTime = max(recTime, 150U); in pmac_ide_set_pio_mode()
547 accessTime = max(accessTime, 150U); in pmac_ide_set_pio_mode()
656 case 1: cycleTime = 150; break; in set_timings_mdma()
668 if ((intf_type == controller_ohare) && (cycleTime < 150)) in set_timings_mdma()
669 cycleTime = 150; in set_timings_mdma()
1533 * a read on KeyLargo ATA/66 and mark us as waiting for DMA completion
1589 * cause us to disable DMA, which isn't what we want in pmac_ide_dma_end()
1595 * Check out that the interrupt we got was for us. We can't always know this