Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibata-eh.c2166 unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM; in ata_eh_link_set_lpm()
2203 hints &= ~ATA_LPM_HIPM; in ata_eh_link_set_lpm()
H A Dlibahci.c835 if (policy == ATA_LPM_MAX_POWER || !(hints & ATA_LPM_HIPM)) { in ahci_set_lpm()
/linux/include/linux/
H A Dlibata.h529 ATA_LPM_HIPM = (1 << 1), /* may use HIPM */ enumerator