Home
last modified time | relevance | path

Searched refs:ATA_FLAG_PMP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/ata/
H A Dsata_highbank.c510 pi.flags |= ATA_FLAG_PMP; in ahci_highbank_probe()
H A Dsata_sil24.c239 ATA_FLAG_AN | ATA_FLAG_PMP,
H A Dsata_fsl.c43 ATA_FLAG_PMP | ATA_FLAG_NCQ |
H A Dahci.c2033 pi.flags |= ATA_FLAG_PMP; in ahci_init_one()
H A Dsata_mv.c158 ATA_FLAG_PMP | ATA_FLAG_ACPI_SATA,
/linux/include/linux/
H A Dlibata.h237 ATA_FLAG_PMP = (1 << 19), /* controller supports PMP */ enumerator
1510 return ap->flags & ATA_FLAG_PMP; in sata_pmp_supported()