Searched refs:HOST_CAP2_APST (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/ata/ | ||
H A D | ahci.h | 107 HOST_CAP2_APST = BIT(2), /* Automatic partial to slumber */ enumerator |
H A D | libahci.c | 2665 cap2 & HOST_CAP2_APST ? "apst " : "", in ahci_print_info() |