Home
last modified time | relevance | path

Searched refs:ATA_FLAG_SATA_RESET (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dsata_uli.c126 .host_flags = ATA_FLAG_SATA | ATA_FLAG_SATA_RESET |
Dsata_sis.c131 .host_flags = ATA_FLAG_SATA | ATA_FLAG_SATA_RESET |
Dsata_via.c242 probe_ent->host_flags = ATA_FLAG_SATA | ATA_FLAG_SATA_RESET | in vt6421_init_probe_ent()
Dsata_vsc.c350 ATA_FLAG_MMIO | ATA_FLAG_SATA_RESET; in vsc_sata_init_one()
Dsata_svw.c424 probe_ent->host_flags = ATA_FLAG_SATA | ATA_FLAG_SATA_RESET | in k2_sata_init_one()
Dlibata-core.c1096 if (ap->flags & (ATA_FLAG_SRST | ATA_FLAG_SATA_RESET)) in ata_dev_identify()
1412 if (ap->flags & ATA_FLAG_SATA_RESET) { in __sata_phy_reset()
1979 if (ap->flags & ATA_FLAG_SATA_RESET) in ata_bus_reset()
1998 else if ((ap->flags & ATA_FLAG_SATA_RESET) == 0) { in ata_bus_reset()
2032 if (ap->flags & (ATA_FLAG_SATA_RESET | ATA_FLAG_SRST)) { in ata_bus_reset()
Dsata_qstor.c179 ATA_FLAG_SATA_RESET |
Dahci.c249 ATA_FLAG_SATA_RESET | ATA_FLAG_MMIO |
/linux-2.4.37.9/include/linux/
Dlibata.h120 ATA_FLAG_SATA_RESET = (1 << 7), /* use COMRESET */ enumerator