Lines Matching defs:regSSTS
414 uint32_t regSSTS;
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),
1305 AHCI_PORT_SSTS_DET_GET(pAhciPort->regSSTS)));
1307 *pu32Value = pAhciPort->regSSTS;
1439 pAhciPort->regSSTS = (0x01 << 8) | /* Interface is active. */
2029 pAhciPort->regSSTS = 0;
2065 pAhciPort->regSSTS = (0x01 << 8) | /* Interface is active. */
6952 pHlp->pfnPrintf(pHlp, "PortSSts=%#x\n", pThisPort->regSSTS);
7101 SSMR3PutU32(pSSM, pThis->ahciPort[i].regSSTS);
7340 SSMR3GetU32(pSSM, &pThis->ahciPort[i].regSSTS);
7891 pAhciPort->regSSTS = 0;
8016 pAhciPort->regSSTS = (0x01 << 8) | /* Interface is active. */