Home
last modified time | relevance | path

Searched refs:ATA_LPM_EMPTY (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/ata/
Dlibata-eh.c3431 unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM; in ata_eh_set_lpm()
3456 hints &= ~ATA_LPM_EMPTY; in ata_eh_set_lpm()
3628 ATA_LPM_EMPTY); in ata_eh_schedule_probe()
3631 ATA_LPM_EMPTY); in ata_eh_schedule_probe()
/linux-4.4.14/include/linux/
Dlibata.h526 ATA_LPM_EMPTY = (1 << 0), /* port empty/probing */ enumerator