| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
| H A D | UsbEnumer.h | 70 IN EFI_USB_PORT_FEATURE Feature 78 IN EFI_USB_PORT_FEATURE Feature
|
| H A D | UsbHub.c | 83 @param Feature The feature to clear. 85 @retval EFI_SUCCESS Feature of the hub is cleared. 92 IN UINT16 Feature 103 Feature, 118 @param Feature The feature to clear. 128 IN UINT16 Feature 143 Feature, 388 @param Feature The feature to set. 397 IN UINT8 Feature 408 Feature, [all...] |
| H A D | UsbUtility.h | 112 @param Feature The port feature to set. 122 IN EFI_USB_PORT_FEATURE Feature 130 @param Feature The port feature to clear. 140 IN EFI_USB_PORT_FEATURE Feature
|
| H A D | UsbDesc.h | 219 @param Feature The feature to clear. 230 IN UINT16 Feature,
|
| H A D | UsbHub.h | 135 EFI_USB_PORT_FEATURE Feature; member in struct:__anon10876
|
| H A D | UsbUtility.c | 214 @param Feature The port feature to set. 224 IN EFI_USB_PORT_FEATURE Feature 231 Status = UsbBus->Usb2Hc->SetRootHubPortFeature (UsbBus->Usb2Hc, PortIndex, Feature); 233 Status = UsbBus->UsbHc->SetRootHubPortFeature (UsbBus->UsbHc, PortIndex, Feature); 245 @param Feature The port feature to clear. 255 IN EFI_USB_PORT_FEATURE Feature 261 Status = UsbBus->Usb2Hc->ClearRootHubPortFeature (UsbBus->Usb2Hc, PortIndex, Feature); 263 Status = UsbBus->UsbHc->ClearRootHubPortFeature (UsbBus->UsbHc, PortIndex, Feature);
|
| H A D | UsbDesc.c | 931 @param Feature The feature to clear. 942 IN UINT16 Feature, 952 DevReq.Value = Feature; 939 UsbIoClearFeature( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINTN Target, IN UINT16 Feature, IN UINT16 Index ) argument
|
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
| H A D | Ata.c | 527 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x03); 1197 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x03); 1289 @param Feature The value in Feature register 1302 IN UINT16 Feature, 1344 Feature8 = (UINT8) (Feature >> 8); 1345 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, Feature8); 1347 Feature8 = (UINT8) Feature; 1348 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, Feature8); 1400 @param Feature Th 1298 AtaCommandIssueExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument 1409 AtaCommandIssue( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument 2603 AtaNonDataCommandIn( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT8 Feature, IN UINT8 SectorCount, IN UINT8 LbaLow, IN UINT8 LbaMiddle, IN UINT8 LbaHigh ) argument 2695 AtaNonDataCommandInExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument [all...] |
| H A D | IdeData.h | 72 UINT16 Feature; /* when write */ member in union:__anon10348
|
| H A D | Ide.h | 748 @param Feature The value in Feature register 764 IN UINT8 Feature, 777 @param Feature The value in Feature register 791 IN UINT16 Feature, 796 Enable Long Physical Sector Feature for ATA device.
|
| H A D | Atapi.c | 144 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x95); 149 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x31); 152 // Set Feature Command is sent 380 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00); 481 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00);
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/ |
| H A D | AtapiPeim.h | 64 UINT16 Feature; /* when write */ member in union:__anon10823
|
| H A D | AtapiPeim.c | 389 AtapiBlkIoDev->IdeIoPortReg[Index1].Reg1.Feature = (UINT16) (CommandBlockBaseAddr + 0x1); 1274 FeatureReg = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg1.Feature;
|
| /vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/ |
| H A D | AtapiPassThru.h | 51 UINT16 Feature; /* when write */ member in union:__anon12593 260 // ATAPI Feature Register
|
| H A D | AtapiPassThru.c | 2223 AtapiScsiPrivate->IoPort->Reg1.Feature,
|
| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | orgs.asm | 677 ; Feature byte 1 691 ; Feature byte 2 701 ; Feature byte 3 711 ; Feature byte 4 719 ; Feature byte 5 (IBM)
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
| H A D | AhciMode.c | 1744 @param Feature The data to send Feature register. 1760 IN UINT16 Feature, 1772 AtaCommandBlock.AtaFeatures = (UINT8) Feature; 1773 AtaCommandBlock.AtaFeaturesExp = (UINT8) (Feature >> 8); 1755 AhciDeviceSetFeature( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_AHCI_REGISTERS *AhciRegisters, IN UINT8 Port, IN UINT8 PortMultiplier, IN UINT16 Feature, IN UINT32 FeatureSpecificData ) argument
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | d3d11.idl | 1956 D3D11_FEATURE Feature,
|