Home
last modified time | relevance | path

Searched refs:AHCI_CMD_CLR_BUSY (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h26 #define AHCI_CMD_CLR_BUSY (1 << 10) macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h52 #define AHCI_CMD_CLR_BUSY (1 << 10) macro
H A Dahci.c1256 if (opts & AHCI_CMD_CLR_BUSY) { in handle_reg_h2d_fis()
/openbmc/linux/drivers/ata/
H A Dahci.h62 AHCI_CMD_CLR_BUSY = BIT(10), enumerator
H A Dlibahci.c1491 AHCI_CMD_RESET | AHCI_CMD_CLR_BUSY, msecs)) { in ahci_do_softreset()