Lines Matching refs:IOBase
121 RTIOPORT IOBase;
563 SSMR3PutU32(pSSM, pThis->IOBase);
615 if (pThis->IOBase != uIoBase)
616 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("IOBase changed: config=%#x state=%#x"), pThis->IOBase, uIoBase);
683 if (!CFGMR3AreValuesValid(pCfg, "IRQ\0" "IOBase\0" "GCEnabled\0" "R0Enabled\0"))
700 rc = CFGMR3QueryU16Def(pCfg, "IOBase", &pThis->IOBase, 0x378);
703 N_("Configuration error: Failed to get the \"IOBase\" value"));
708 rc = PDMDevHlpIOPortRegister(pDevIns, pThis->IOBase, 8, 0,
725 rc = PDMDevHlpIOPortRegisterRC(pDevIns, pThis->IOBase, 8, 0, "parallelIOPortWrite",
740 rc = PDMDevHlpIOPortRegisterR0(pDevIns, pThis->IOBase, 8, 0, "parallelIOPortWrite",