Home
last modified time | relevance | path

Searched refs:AHCI_CAP_NCS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h50 #define AHCI_CAP_NCS (0x1F00) macro
H A Dahci.c252 num_cmd_slots = ((ahci->cap & AHCI_CAP_NCS) >> ctzl(AHCI_CAP_NCS)) + 1; in ahci_hba_enable()