Searched defs:IOBase (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.cpp163 ulong IRQ, IOBase; local
164 bool std = vboxGlobal().toCOMPortNumbers (aText, IRQ, IOBase);
171 mLeIOPort->setText ("0x" + QString::number (IOBase, 16).toUpper());
H A DUIMachineSettingsSerial.cpp192 ulong IRQ, IOBase; local
193 bool std = vboxGlobal().toCOMPortNumbers (aText, IRQ, IOBase);
200 mLeIOPort->setText ("0x" + QString::number (IOBase, 16).toUpper());
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DvgaHW.h113 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
H A Dxf86str.h409 unsigned long IOBase; member in struct:__anon6967
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DvgaHW.h113 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
H A Dxf86str.h408 unsigned long IOBase; member in struct:__anon7278
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DvgaHW.h116 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DvgaHW.h116 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DvgaHW.h116 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DvgaHW.h116 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DvgaHW.h115 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
H A Dxf86str.h411 unsigned long IOBase; member in struct:__anon8957
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DvgaHW.h115 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DvgaHW.h115 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A DvgaHW.h115 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A DvgaHW.h115 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
182 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
183 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A DvgaHW.h115 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A DvgaHW.h113 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A DvgaHW.h113 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A DvgaHW.h113 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp121 RTIOPORT IOBase; member in struct:PARALLELPORT
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,
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/vgahw/
H A DvgaHW.h117 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
185 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DvgaHW.h117 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
185 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DvgaHW.h117 int IOBase; /* I/O Base address */ member in struct:_vgaHWRec
184 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
185 (void)inb((hw)->PIOOffset + (hw)->IOBase + VGA_IN_STAT_1_OFFSET); \
/vbox/src/VBox/Devices/Serial/
H A DDevSerial.cpp960 uint32_t IOBase; local
967 int rc = SSMR3GetU32(pSSM, &IOBase);
991 SSMR3GetU32(pSSM, &IOBase);
1031 || pThis->base != IOBase)
1034 iIrq, IOBase, pThis->irq, pThis->base);
1200 "IOBase\0"
1241 rc = CFGMR3QueryU16(pCfg, "IOBase", &io_base);
1253 N_("Configuration error: Failed to get the \"IOBase\" value"));

Completed in 201 milliseconds

12