Searched defs:regSSTS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp414 uint32_t regSSTS; member in struct:AHCIPort
1097 pAhciPort->regSSTS = (0x01 << 8) | /* Interface is active. */
1107 pAhciPort->regSSTS |= (0x01 << 4); /* Generation 1 (1.5GBps) speed. */
1112 pAhciPort->regSSTS |= (0x02 << 4); /* Generation 2 (3.0GBps) speed. */
1257 pAhciPort->regSSTS = 0;
1275 pAhciPort->regSSTS = 0x1; /* Indicate device presence detected but communication not established. */
1302 ahciLog(("%s: read regSSTS=%#010x\n", __FUNCTION__, pAhciPort->regSSTS));
1304 AHCI_PORT_SSTS_IPM_GET(pAhciPort->regSSTS), AHCI_PORT_SSTS_SPD_GET(pAhciPort->regSSTS),
[all...]

Completed in 65 milliseconds