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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.c799 UINT8 DeviceControlValue; local
817 DeviceControlValue = 0;
821 DeviceControlValue |= SRST;
825 DeviceControlValue |= BIT1;
829 DeviceControlValue
841 DeviceControlValue &= 0xfb;
843 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Alt.DeviceControl, DeviceControlValue);
1313 UINT8 DeviceControlValue; local
1331 DeviceControlValue = 0;
1335 DeviceControlValue |
[all...]

Completed in 54 milliseconds