Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h26 #define AHCI_CMD_CLR_BUSY (1 << 10) macro
/openbmc/linux/drivers/ata/
H A Dahci.h62 AHCI_CMD_CLR_BUSY = BIT(10), enumerator
/openbmc/qemu/hw/ide/
H A Dahci-internal.h52 #define AHCI_CMD_CLR_BUSY (1 << 10) macro