Home
last modified time | relevance | path

Searched refs:Io32Bit (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3793 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3860 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & PCI_BIT_0); in PciExplainCardBusData()
3865 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3866 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3867 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3870 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & PCI_BIT_0); in PciExplainCardBusData()
3875 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3876 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3877 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3776 BOOLEAN Io32Bit; in PciExplainCardBusData() local
3843 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & BIT0); in PciExplainCardBusData()
3848 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3849 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3850 (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
3853 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & BIT0); in PciExplainCardBusData()
3858 Io32Bit ? L" 32 bit" : L" 16 bit", in PciExplainCardBusData()
3859 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc), in PciExplainCardBusData()
3860 (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003 in PciExplainCardBusData()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkShellPkg/
H A DShellR64.patch7960 Io32Bit ? L" 32 bit" : L" 16 bit",
7961 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc),
7962 - CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff) | 0x00000003
7963 + (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003
7966 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & PCI_BIT_0);
7969 Io32Bit ? L" 32 bit" : L" 16 bit",
7970 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc),
7971 - CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff) | 0x00000003
7972 + (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003
H A DShellR33.patch6460 Io32Bit = (BOOLEAN) (CardBus->IoBase0 & PCI_BIT_0);
6466 Io32Bit ? L" 32 bit" : L" 16 bit",
6467 CardBus->IoBase0 & (Io32Bit ? 0xfffffffc : 0x0000fffc),
6468 - CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff) | 0x00000003
6469 + (CardBus->IoLimit0 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003
6472 Io32Bit = (BOOLEAN) (CardBus->IoBase1 & PCI_BIT_0);
6478 Io32Bit ? L" 32 bit" : L" 16 bit",
6479 CardBus->IoBase1 & (Io32Bit ? 0xfffffffc : 0x0000fffc),
6480 - CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff) | 0x00000003
6481 + (CardBus->IoLimit1 & (Io32Bit ? 0xffffffff : 0x0000ffff)) | 0x00000003