Home
last modified time | relevance | path

Searched refs:ATA_LPM_HIPM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-eh.c3381 unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM; in ata_eh_set_lpm()
3409 hints &= ~ATA_LPM_HIPM; in ata_eh_set_lpm()
H A Dlibahci.c833 if (policy == ATA_LPM_MAX_POWER || !(hints & ATA_LPM_HIPM)) { in ahci_set_lpm()
/openbmc/linux/include/linux/
H A Dlibata.h488 ATA_LPM_HIPM = (1 << 1), /* may use HIPM */ enumerator