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