Searched defs:Feature (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/ |
H A D | AtapiPeim.h | 64 UINT16 Feature; /* when write */ member in union:__anon10823
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
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
|
H A D | UsbHub.h | 135 EFI_USB_PORT_FEATURE Feature; member in struct:__anon10876
|
/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
|
/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/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/ |
H A D | AtapiPassThru.h | 51 UINT16 Feature; /* when write */ member in union:__anon12593 260 // ATAPI Feature Register
|
Completed in 1261 milliseconds