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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp375 RTIOPORT IOPortBase1; member in struct:ATACONTROLLER
5862 if (Port == pCtl->IOPortBase1)
5900 if (Port == pCtl->IOPortBase1)
5948 if (Port == pCtl->IOPortBase1)
6016 if (Port == pCtl->IOPortBase1)
7250 pThis->aCts[0].IOPortBase1 = 0x1f0;
7253 pThis->aCts[1].IOPortBase1 = 0x170;
7283 rc = PDMDevHlpIOPortRegister(pDevIns, pThis->aCts[i].IOPortBase1, 8, (RTHCPTR)(uintptr_t)i,
7290 rc = PDMDevHlpIOPortRegisterRC(pDevIns, pThis->aCts[i].IOPortBase1, 8, (RTGCPTR)i,
7299 rc = PDMDevHlpIOPortRegisterR0(pDevIns, pThis->aCts[i].IOPortBase1,
[all...]

Completed in 68 milliseconds