Searched refs:BIT6 (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
H A DFdc.h46 #define MSR_DIO BIT6 // Data Input/Output
81 #define CMD_MFM BIT6
97 #define STS0_IC (BIT7 | BIT6) // Interrupt Code
112 // BIT6 is unused
128 #define STS2_CM BIT6 // Control Mark
143 #define STS3_WP BIT6 // Write Protected
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.h55 #define USBPORTSC_RD BIT6 // Resume Detect
76 #define USBCMD_CF BIT6 // Config Flag (sw only)
90 #define USBTD_STALLED BIT6 // TD is stalled
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.h242 #define MSR_DIO BIT6
313 #define CMD_MFM BIT6
333 #define STS0_IC (BIT7 | BIT6)
377 // BIT6 is unused
412 #define STS2_CM BIT6
438 #define STS3_WP BIT6
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DHandleParsingLib.h104 #define HR_DRIVER_DIAGNOSTICS_HANDLE BIT6
110 #define HR_VALID_MASK (BIT1|BIT2|BIT3|BIT4|BIT5|BIT6|BIT7|BIT8|BIT9|BIT10|BIT11)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.h30 #define OUTPUT_UNICODE BIT6
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Include/Library/
H A DTpmCommLib.h167 #define TIS_PC_STS_READY BIT6
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeData.h279 #define PPE1 BIT6
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.h210 #define UNC_ERR BIT6 ///< Uncorrectable Data
221 #define SENSE_KEY_ERR (BIT7 | BIT6 | BIT5 | BIT4)
228 #define LBA_MODE BIT6
244 #define DRDY BIT6 ///< Drive Ready
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h229 #define EFI_GENERIC_ERROR_PROC_VERSION_VALID BIT6
343 #define EFI_CACHE_CHECK_RESTARTABLE_VALID BIT6
396 #define EFI_TLB_CHECK_RESTARTABLE_VALID BIT6
447 #define EFI_BUS_CHECK_RESTARTABLE_VALID BIT6
757 #define EFI_PLATFORM_MEMORY_BANK_VALID BIT6
829 #define EFI_PCIE_ERROR_CAPABILITY_INFO_VALID BIT6
913 #define EFI_PCI_PCIX_BUS_ERROR_REQUESTOR_ID_VALID BIT6
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c311 if ((UdmaMode & (BIT0 | BIT1 | BIT2 | BIT3 | BIT4 | BIT5 | BIT6)) != 0) {
313 // If BIT0~BIT6 is selected, then UDMA is supported
403 Acb->AtaDeviceHead = (UINT8) (BIT7 | BIT6 | BIT5 | (AtaDevice->PortMultiplierPort << 4));
486 Acb->AtaDeviceHead = (UINT8) (BIT7 | BIT6 | BIT5 | (AtaDevice->PortMultiplierPort << 4));
925 Acb->AtaDeviceHead = (UINT8) (BIT7 | BIT6 | BIT5 | (AtaDevice->PortMultiplierPort << 4));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/BaseSerialPortLib16550/
H A DBaseSerialPortLib16550.c38 #define B_UART_LSR_TEMT BIT6
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DBaseTypes.h229 #define BIT6 0x00000040 macro
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c297 if ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & BIT6) {
388 if ((MmioRead32((UINTN)&DebugPortRegister->ControlStatus)) & BIT6) {
1025 if ((MmioRead32((UINTN)&UsbDebugPortRegister->ControlStatus)) & BIT6) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci22.h581 #define EFI_PCI_COMMAND_PARITY_ERROR_RESPOND BIT6 ///< 0x0040
595 #define EFI_PCI_BRIDGE_CONTROL_RESET_SECONDARY_BUS BIT6 ///< 0x0040
H A DAcpi20.h217 #define EFI_ACPI_2_0_FIX_RTC BIT6
H A DAtapi.h615 #define ATA_ERRREG_UNC BIT6 ///< Uncorrectable Data defined from ATA-1, obsoleted from ATA-4
627 #define ATA_STSREG_DRDY BIT6 ///< Drive Ready defined from ATA-1
H A DAcpi10.h479 #define EFI_ACPI_1_0_FIX_RTC BIT6
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h583 #define EFI_PCI_COMMAND_PARITY_ERROR_RESPOND BIT6 ///< 0x0040
597 #define EFI_PCI_BRIDGE_CONTROL_RESET_SECONDARY_BUS BIT6 ///< 0x0040
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2Keyboard.h199 #define KEYBOARD_STATUS_REGISTER_RECEIVE_TIMEOUT BIT6 ///< 0 - Receive is complete without timeout; 1 - Receive is timeout without complete
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.h101 #define EFI_AHCI_PORT_IS_PCS BIT6
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciReg.h162 #define XHC_PORTSC_PLS (BIT5|BIT6|BIT7|BIT8) // Port Link State
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.h69 #define PIXEL_RED_MASK (BIT7 | BIT6 | BIT5)
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DQemu.h64 #define PIXEL_RED_MASK (BIT7 | BIT6 | BIT5)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dp80211hdr.h173 #define WLAN_GET_FC_FSTYPE(n) ((((UINT16)(n)) & (BIT4|BIT5|BIT6|BIT7)) >> 4)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h49 #define USBCMD_CF BIT6 /* Config Flag (sw only) */
87 #define USBPORTSC_RD BIT6 /* Resume Detect */

Completed in 5535 milliseconds

12