Home
last modified time | relevance | path

Searched defs:AHCI_CMD_PREFETCH (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h24 #define AHCI_CMD_PREFETCH (1 << 7) macro
/openbmc/linux/drivers/ata/
H A Dahci.h60 AHCI_CMD_PREFETCH = BIT(7), enumerator
/openbmc/qemu/hw/ide/
H A Dahci_internal.h50 #define AHCI_CMD_PREFETCH (1 << 7) macro