Searched refs:HOST_CAP_PART (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/ata/ | ||
D | ahci.h | 104 HOST_CAP_PART = (1 << 13), /* Partial state capable */ enumerator |
D | libahci.c | 2382 cap & HOST_CAP_PART ? "part " : "", in ahci_print_info() |