Searched refs:HOST_CAP2_NVMHCI (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/ata/ | ||
H A D | ahci.h | 106 HOST_CAP2_NVMHCI = BIT(1), /* NVMHCI supported */ enumerator |
H A D | libahci.c | 2666 cap2 & HOST_CAP2_NVMHCI ? "nvmp " : "", in ahci_print_info() |