Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h25 #define AHCI_CMD_RESET (1 << 8) macro
/openbmc/linux/drivers/ata/
H A Dahci.h61 AHCI_CMD_RESET = BIT(8), enumerator
/openbmc/qemu/hw/ide/
H A Dahci-internal.h51 #define AHCI_CMD_RESET (1 << 8) macro