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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp412 uint32_t regSIG; member in struct:AHCIPort
1076 pAhciPort->regSIG = AHCI_PORT_SIG_ATAPI;
1078 pAhciPort->regSIG = AHCI_PORT_SIG_DISK;
1258 pAhciPort->regSIG = ~0;
1313 ahciLog(("%s: read regSIG=%#010x\n", __FUNCTION__, pAhciPort->regSIG));
1314 *pu32Value = pAhciPort->regSIG;
1436 pAhciPort->regSIG = AHCI_PORT_SIG_ATAPI;
1438 pAhciPort->regSIG = AHCI_PORT_SIG_DISK;
2028 pAhciPort->regSIG
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1308 GEN_CHECK_OFF(AHCIPort, regSIG);

Completed in 570 milliseconds