Searched refs:ChannelMask (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DAtaController.h35 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
43 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
51 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
59 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
67 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
75 /// This bit is used in the ChannelMask parameter of EnableAtaChannel() to
99 This service enables or disables the IDE and SATA channels specified by ChannelMask.
100 It may ignore ChannelMask setting to enable or disable IDE and SATA channels based on the platform policy.
108 @param[in] ChannelMask The bitmask that identifies the IDE and SATA channels to
120 IN UINT8 ChannelMask
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi10.h176 UINT8 ChannelMask; member in struct:__anon11391
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c307 for (Index = 0; Index < sizeof (Dma->ChannelMask) * 8; Index++) {
308 if (Dma->ChannelMask & (1 << Index)) {

Completed in 865 milliseconds