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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DWatchdogResourceTable.h38 UINT16 MaxCount; member in struct:__anon11918
H A DWatchdogActionTable.h37 UINT32 MaxCount; member in struct:__anon11916
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.h60 UINTN MaxCount; member in struct:__anon12701
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Smm/
H A DCpuIo2Smm.c72 UINT64 MaxCount; local
117 MaxCount = RShiftU64 (Limit, Width);
118 if (MaxCount < (Count - 1)) {
121 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/CpuIoDxe/
H A DCpuIo.c106 UINT64 MaxCount; local
167 MaxCount = RShiftU64 (Limit, Width);
168 if (MaxCount < (Count - 1)) {
171 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.h58 UINTN MaxCount; member in struct:__anon12696
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/
H A DCpuIo2Dxe.c106 UINT64 MaxCount; local
167 MaxCount = RShiftU64 (Limit, Width);
168 if (MaxCount < (Count - 1)) {
171 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/
H A DCpuIoPei.c117 UINT64 MaxCount; local
171 MaxCount = RShiftU64 (Limit, Width);
172 if (MaxCount < (Count - 1)) {
175 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c762 UINT64 MaxCount; local
855 MaxCount = RShiftU64 (Limit, Width);
856 if (MaxCount < (Count - 1)) {
859 if (Address > LShiftU64 (MaxCount - Count + 1, Width)) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcndr.h218 ULONG_PTR MaxCount; member in struct:_MIDL_STUB_MESSAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcndr.h203 ULONG_PTR MaxCount; member in struct:_MIDL_STUB_MESSAGE

Completed in 121 milliseconds