Home
last modified time | relevance | path

Searched refs:ATA_LFLAG_NO_SRST (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ata/
A Dlibata-pmp.c396 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
401 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
414 ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
428 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
435 link->flags |= ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
459 ATA_LFLAG_NO_SRST | in sata_pmp_quirks()
A Dlibata-eh.c2440 if ((link->flags & ATA_LFLAG_NO_SRST) || ata_link_offline(link)) in ata_eh_followup_srst_needed()
2478 if (link->flags & ATA_LFLAG_NO_SRST) in ata_eh_reset()
A Dahci.c1000 ap->link.flags |= ATA_LFLAG_NO_SRST | ATA_LFLAG_ASSUME_ATA; in ahci_p5wdh_workaround()
A Dlibata-core.c6268 { "nosrst", .lflags = ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
6269 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
/linux/include/linux/
A Dlibata.h184 ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ enumerator

Completed in 28 milliseconds