Searched refs:HOST_CAP2_APST (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/ata/ | ||
D | ahci.h | 122 HOST_CAP2_APST = (1 << 2), /* Automatic partial to slumber */ enumerator |
D | libahci.c | 2450 cap2 & HOST_CAP2_APST ? "apst " : "", in ahci_print_info() |