Lines Matching +full:150 +full:us
183 * Darwin code base limit OHare to 150ns cycle time. I decided to do
236 { 75, 75, 150 },
245 { 150, 150, 300 },
249 { 90, 60, 150 },
275 { 0, 150, 90 }, /* 1 */
312 { 150 , 0x00209000 },
353 { 150 , 0x0028b000 },
525 recTime = max(recTime, 150U); in pmac_ide_set_pio_mode()
527 accessTime = max(accessTime, 150U); in pmac_ide_set_pio_mode()
540 recTime = max(recTime, 150U); in pmac_ide_set_pio_mode()
542 accessTime = max(accessTime, 150U); in pmac_ide_set_pio_mode()
651 case 1: cycleTime = 150; break; in set_timings_mdma()
663 if ((intf_type == controller_ohare) && (cycleTime < 150)) in set_timings_mdma()
664 cycleTime = 150; in set_timings_mdma()
1527 * a read on KeyLargo ATA/66 and mark us as waiting for DMA completion
1583 * cause us to disable DMA, which isn't what we want in pmac_ide_dma_end()
1589 * Check out that the interrupt we got was for us. We can't always know this