Lines Matching full:ata
75 controller_kl_ata3, /* KeyLargo ATA-3 */
76 controller_kl_ata4, /* KeyLargo ATA-4 */
77 controller_un_ata6, /* UniNorth2 ATA-6 */
78 controller_k2_ata6, /* K2 ATA-6 */
79 controller_sh_ata6, /* Shasta ATA-6 */
83 "OHare ATA", /* OHare based */
84 "Heathrow ATA", /* Heathrow/Paddington */
85 "KeyLargo ATA-3", /* KeyLargo ATA-3 (MDMA only) */
86 "KeyLargo ATA-4", /* KeyLargo ATA-4 (UDMA/66) */
87 "UniNorth ATA-6", /* UniNorth2 ATA-6 (UDMA/100) */
88 "K2 ATA-6", /* K2 ATA-6 (UDMA/100) */
89 "Shasta ATA-6", /* Shasta ATA-6 (UDMA/133) */
98 /* Kauai (U2) ATA has different register setup */
267 /* KeyLargo ATA-4 Ultra DMA timings (rounded) */
281 /* UniNorth 2 ATA/100 timings */
572 * Calculate KeyLargo ATA/66 UDMA timings
600 * Calculate Kauai ATA/100 UDMA timings
618 * Calculate Shasta ATA/133 UDMA timings
935 of_device_is_compatible(np, "shasta-ata")) in pmac_ide_cable_detect()
1027 if (of_device_is_compatible(np, "shasta-ata")) { in pmac_ide_setup_device()
1032 } else if (of_device_is_compatible(np, "kauai-ata")) { in pmac_ide_setup_device()
1042 } else if (of_device_is_compatible(np, "keylargo-ata")) { in pmac_ide_setup_device()
1043 if (of_node_name_eq(np, "ata-4")) { in pmac_ide_setup_device()
1049 } else if (of_device_is_compatible(np, "heathrow-ata")) { in pmac_ide_setup_device()
1262 printk(KERN_ERR "ide-pmac: cannot find MacIO node for Kauai ATA interface\n"); in pmac_ide_pci_attach()
1278 if (pci_request_regions(pdev, "Kauai ATA")) { in pmac_ide_pci_attach()
1374 .name = "ATA",
1380 .type = "ata",
1527 * a read on KeyLargo ATA/66 and mark us as waiting for DMA completion