Home
last modified time | relevance | path

Searched refs:ATA_FLAG_SATA (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/ata/
H A Dlibata-core.c3587 if (nosetxfer && ap->flags & ATA_FLAG_SATA && ata_id_is_sata(dev->id)) in ata_dev_set_mode()
3820 else if ((link->ap->flags & ATA_FLAG_SATA) && in ata_wait_ready()
3895 if (ap->flags & ATA_FLAG_SATA) { in ata_std_prereset()
6241 if (ap->cbl == ATA_CBL_NONE && (ap->flags & ATA_FLAG_SATA)) in ata_host_register()
6255 (ap->flags & ATA_FLAG_SATA) ? 'S' : 'P', in ata_host_register()
H A Dsata_rcar.c739 ap->flags |= ATA_FLAG_SATA; in sata_rcar_setup_port()
H A Dsata_dwc_460ex.c1109 .flags = ATA_FLAG_SATA | ATA_FLAG_NCQ,
H A Dlibata-sata.c45 return (ap->flags & ATA_FLAG_SATA) && ap->ops->scr_read; in sata_scr_valid()
H A Dsata_mv.c153 MV_COMMON_FLAGS = ATA_FLAG_SATA | ATA_FLAG_PIO_POLLING,
/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.h230 ATA_FLAG_SATA = (1 << 1), enumerator