Lines Matching defs:ADMA

18  *  similar to the ADMA specification (with some modifications).
90 /* BAR5 offset to ADMA general registers */
95 /* BAR5 offset to ADMA ports */
98 /* size of ADMA port register space */
101 /* ADMA port registers */
187 /* ADMA Physical Region Descriptor - one SG segment */
206 /* ADMA Command Parameter Block
338 ADMA,
550 /* ADMA */
606 ata_port_warn(ap, "timeout waiting for ADMA IDLE, stat=0x%hx\n",
621 "timeout waiting for ADMA LEGACY, stat=0x%hx\n",
651 "timeout waiting for ADMA LEGACY clear and IDLE, stat=0x%hx\n",
679 * NVIDIA reports that ADMA mode does not support ATAPI commands.
690 /* Since the legacy DMA engine is in use, we need to disable ADMA
757 the only time this function will be called in ADMA mode will be
759 into register mode with ADMA commands pending, as the commands will
762 ADMA mode could abort outstanding commands. */
887 /* if ADMA is disabled, use standard ata interrupt handler */
901 at times at least in ADMA mode. Force it
941 __ata_ehi_push_desc(ehi, "ADMA status 0x%08x: ", status);
1060 /* clear ADMA status */
1276 /* enable ADMA on the ports */
1334 /* ADMA engine can only be used for non-ATAPI DMA commands,
1404 retrieving the taskfile switches us out of ADMA mode and would abort
1651 "EH in ADMA mode, notifier 0x%X "
2344 dev_notice(&pdev->dev, "Using ADMA mode\n");
2345 type = ADMA;
2382 /* init ADMA */
2383 if (type == ADMA) {
2418 if (hpriv->type == ADMA) {
2421 /* enable/disable ADMA on the ports appropriately */
2465 /* disable ADMA on the ports */
2480 MODULE_PARM_DESC(adma, "Enable use of ADMA (Default: false)");