Searched refs:AHCI_PORT_TFD_BSY (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp884 #define AHCI_PORT_TFD_BSY RT_BIT(7) macro
1322 (pAhciPort->regTFD >> 8), (pAhciPort->regTFD & AHCI_PORT_TFD_BSY) >> 7,
1376 u32Value &= ~(AHCI_PORT_TFD_BSY | AHCI_PORT_TFD_DRQ);
6546 pAhciPort->regTFD &= ~AHCI_PORT_TFD_BSY;

Completed in 1546 milliseconds