Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h27 #define AHCI_CMD_CLR_BUSY (1 << 10) macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h62 AHCI_CMD_CLR_BUSY = (1 << 10), enumerator
H A Dlibahci.c1426 AHCI_CMD_RESET | AHCI_CMD_CLR_BUSY, msecs)) { in ahci_do_softreset()