Searched refs:AHCI_CAP_NCS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ | ||
H A D | ahci.h | 50 #define AHCI_CAP_NCS (0x1F00) macro |
H A D | ahci.c | 252 num_cmd_slots = ((ahci->cap & AHCI_CAP_NCS) >> ctzl(AHCI_CAP_NCS)) + 1; in ahci_hba_enable() |