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.c3429 unsigned int hints = ATA_LPM_EMPTY | ATA_LPM_HIPM; in ata_eh_set_lpm()
3457 hints &= ~ATA_LPM_HIPM; in ata_eh_set_lpm()
H A Dlibahci.c834 if (policy == ATA_LPM_MAX_POWER || !(hints & ATA_LPM_HIPM)) { in ahci_set_lpm()
/linux/include/linux/
H A Dlibata.h526 ATA_LPM_HIPM = (1 << 1), /* may use HIPM */ enumerator