Home
last modified time | relevance | path

Searched defs:HOST_CAP_NCQ (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dahci-internal.h84 #define HOST_CAP_NCQ (1 << 30) /* Native Command Queueing */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h101 HOST_CAP_NCQ = BIT(30), /* Native Command Queueing */ enumerator