Home
last modified time | relevance | path

Searched refs:AHCI_CMD_RESET (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h25 #define AHCI_CMD_RESET (1 << 8) macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h51 #define AHCI_CMD_RESET (1 << 8) macro
/openbmc/linux/drivers/ata/
H A Dahci.h61 AHCI_CMD_RESET = BIT(8), enumerator
H A Dlibahci.c1491 AHCI_CMD_RESET | AHCI_CMD_CLR_BUSY, msecs)) { in ahci_do_softreset()