Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dlibata-eh.c3390 unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM; in ata_eh_set_lpm()
3416 hints &= ~ATA_LPM_EMPTY; in ata_eh_set_lpm()
3588 ATA_LPM_EMPTY); in ata_eh_schedule_probe()
3591 ATA_LPM_EMPTY); in ata_eh_schedule_probe()
/openbmc/linux/include/linux/
H A Dlibata.h487 ATA_LPM_EMPTY = (1 << 0), /* port empty/probing */ enumerator