Home
last modified time | relevance | path

Searched refs:ATA_LFLAG_NO_HRST (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/
Dlibata.h176 ATA_LFLAG_NO_HRST = (1 << 1), /* avoid hardreset */ enumerator
/linux-3.4.99/drivers/ata/
Dsata_dwc_460ex.c1584 ap->link.flags |= ATA_LFLAG_NO_HRST; in sata_dwc_error_handler()
Dlibata-core.c6407 { "nohrst", .lflags = ATA_LFLAG_NO_HRST }, in ata_parse_force_one()
6409 { "norst", .lflags = ATA_LFLAG_NO_HRST | ATA_LFLAG_NO_SRST }, in ata_parse_force_one()
Dlibata-eh.c2573 if (link->flags & ATA_LFLAG_NO_HRST) in ata_eh_reset()