Searched defs:IOPortBase (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcompiler.h528 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
533 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
540 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
547 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
555 IOPortBase);
562 IOPortBase);
569 IOPortBase);
895 xf86WriteMmio8(IOPortBase, port, val);
901 xf86WriteMmio16Swap(IOPortBase, port, val);
907 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h136 RTIOPORT IOPortBase; member in struct:VBOXGUESTDEVEXT
316 int VbgdCommonInitDevExt(PVBOXGUESTDEVEXT pDevExt, uint16_t IOPortBase, void *pvMMIOBase, uint32_t cbMMIO,
H A DVBoxGuest-darwin.cpp840 RTIOPORT IOPortBase = (RTIOPORT)IOPortBasePhys; local
851 IOPortBase,
H A DVBoxGuest.cpp916 * @param IOPortBase The base of the I/O port range.
925 int VbgdCommonInitDevExt(PVBOXGUESTDEVEXT pDevExt, uint16_t IOPortBase, argument
954 pDevExt->IOPortBase = IOPortBase;
1046 rc = VbglInit(pDevExt->IOPortBase, (VMMDevMemory *)pDevExt->pVMMDevMemory);
1204 pDevExt->IOPortBase = 0;
1515 pInfo->portAddress = pDevExt->IOPortBase;
3639 ASMOutU32(pDevExt->IOPortBase + VMMDEV_PORT_OFF_REQUEST, (uint32_t)pDevExt->PhysIrqAckEvents);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcompiler.h910 unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
915 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
921 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
927 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
933 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
939 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
945 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcompiler.h908 unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
913 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
919 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
925 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
931 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
937 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
943 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcompiler.h908 unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
913 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
919 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
925 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
931 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
937 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
943 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcompiler.h873 unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
878 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
884 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
890 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
896 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
902 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
908 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcompiler.h716 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
721 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
727 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
733 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
739 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
745 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
751 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcompiler.h717 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
746 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
752 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcompiler.h717 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
746 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
752 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcompiler.h717 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
746 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
752 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
1185 xf86WriteMmio8(IOPortBase, port, val);
1191 xf86WriteMmio16Swap(IOPortBase, port, val);
1197 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcompiler.h717 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
746 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
752 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
1185 xf86WriteMmio8(IOPortBase, port, val);
1191 xf86WriteMmio16Swap(IOPortBase, port, val);
1197 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcompiler.h698 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
703 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
709 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
715 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
721 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
727 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
733 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
1166 xf86WriteMmio8(IOPortBase, port, val);
1172 xf86WriteMmio16Swap(IOPortBase, port, val);
1178 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcompiler.h730 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
735 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
742 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
749 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
757 IOPortBase);
764 IOPortBase);
771 IOPortBase);
1176 xf86WriteMmio8(IOPortBase, port, val);
1182 xf86WriteMmio16Swap(IOPortBase, port, val);
1188 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcompiler.h730 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
735 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
742 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
749 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
757 IOPortBase);
764 IOPortBase);
771 IOPortBase);
1176 xf86WriteMmio8(IOPortBase, port, val);
1182 xf86WriteMmio16Swap(IOPortBase, port, val);
1188 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompiler.h730 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
735 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
742 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
749 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
757 IOPortBase);
764 IOPortBase);
771 IOPortBase);
1176 xf86WriteMmio8(IOPortBase, port, val);
1182 xf86WriteMmio16Swap(IOPortBase, port, val);
1188 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcompiler.h731 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
736 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
743 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
750 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
758 IOPortBase);
765 IOPortBase);
772 IOPortBase);
1177 xf86WriteMmio8(IOPortBase, port, val);
1183 xf86WriteMmio16Swap(IOPortBase, port, val);
1189 xf86WriteMmio32Swap(IOPortBase, por
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h858 unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
863 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
869 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
875 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
881 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
887 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
893 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h911 unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
916 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
922 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
928 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
934 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
940 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
946 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h915 unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
920 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
926 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
932 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
938 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase);
944 return *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase);
950 return *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase);
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.h191 RTIOPORT IOPortBase; member in struct:VPCIState_st
/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp140 RTIOPORT IOPortBase; member in struct:RTCSTATE
743 SSMR3PutIOPort(pSSM, pThis->IOPortBase);
809 RTIOPORT IOPortBase;
810 rc = SSMR3GetIOPort(pSSM, &IOPortBase); AssertRCReturn(rc, rc);
811 if (IOPortBase != pThis->IOPortBase)
812 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch - IOPortBase: saved=%RTiop config=%RTiop"), IOPortBase, pThis->IOPortBase);
1107 rc = CFGMR3QueryPortDef(pCfg, "Base", &pThis->IOPortBase,
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDevIchAc97.cpp326 RTIOPORT IOPortBase[2]; member in struct:AC97STATE
1554 uint32_t index = Port - pThis->IOPortBase[1];
1615 uint32_t index = Port - pThis->IOPortBase[1];
1646 uint32_t index = Port - pThis->IOPortBase[1];
1714 uint32_t index = Port - pThis->IOPortBase[1];
1777 uint32_t index = Port - pThis->IOPortBase[1];
1799 uint32_t index = Port - pThis->IOPortBase[1];
1859 uint32_t index = Port - pThis->IOPortBase[0];
1905 uint32_t index = Port - pThis->IOPortBase[0];
2052 pThis->IOPortBase[iRegio
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp243 RTIOPORT IOPortBase; member in struct:LSILOGICSCSI
1679 uint32_t offReg = Port - pThis->IOPortBase;
1703 uint32_t offReg = Port - pThis->IOPortBase;
4003 pThis->IOPortBase = (RTIOPORT)GCPhysAddress;
4032 pThis->IOPortBase, pThis->GCPhysMMIOBase,

Completed in 193 milliseconds

12