Home
last modified time | relevance | path

Searched refs:ATA_FLAG_PIO_DMA (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/ata/
H A Dahci.h252 AHCI_FLAG_COMMON = ATA_FLAG_SATA | ATA_FLAG_PIO_DMA |
H A Dsata_inic162x.c745 .flags = ATA_FLAG_SATA | ATA_FLAG_PIO_DMA,
H A Dsata_sil24.c237 SIL24_COMMON_FLAGS = ATA_FLAG_SATA | ATA_FLAG_PIO_DMA |
H A Dlibata-eh.c1546 if (ap->flags & ATA_FLAG_PIO_DMA) { in atapi_eh_request_sense()
H A Dlibata-scsi.c644 if (ap->flags & ATA_FLAG_PIO_DMA) in ata_ioc32()
H A Dlibata-core.c4970 (ap->flags & ATA_FLAG_PIO_DMA))) in ata_qc_issue()
/linux/drivers/scsi/libsas/
H A Dsas_ata.c601 ap->flags |= ATA_FLAG_SATA | ATA_FLAG_PIO_DMA | ATA_FLAG_NCQ | in sas_ata_init()
/linux/include/linux/
H A Dlibata.h200 ATA_FLAG_PIO_DMA = (1 << 7), /* PIO cmds via DMA */ enumerator