Lines Matching refs:bmdma
770 /* initiate bmdma */
2463 int hflags, bool bmdma)
2486 if (bmdma)
2499 if (bmdma) {
2760 ap->ops->bmdma_setup(qc); /* set up bmdma */
2761 ap->ops->bmdma_start(qc); /* initiate bmdma */
2769 ap->ops->bmdma_setup(qc); /* set up bmdma */
3062 * ata_bmdma_port_start - Set port up for bmdma.
3121 unsigned long bmdma = pci_resource_start(pdev, 4);
3124 if (bmdma == 0)
3127 simplex = inb(bmdma + 0x02);
3128 outb(simplex & 0x60, bmdma + 0x02);
3129 simplex = inb(bmdma + 0x02);
3189 void __iomem *bmdma = host->iomap[4] + 8 * i;
3194 ap->ioaddr.bmdma_addr = bmdma;
3196 (ioread8(bmdma + 2) & 0x80))
3199 ata_port_desc(ap, "bmdma 0x%llx",