Searched refs:Channel (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIdeControllerInit.h262 @param[in] Channel Zero-based channel number.
272 @retval EFI_INVALID_PARAMETER Channel is invalid (Channel >= ChannelCount).
279 IN UINT8 Channel,
297 @param[in] Channel Zero-based channel number.
301 @retval EFI_INVALID_PARAMETER Channel is invalid (Channel >= ChannelCount).
313 IN UINT8 Channel
343 given (Channel, Device) pair.
346 @param[in] Channel Zer
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
H A DIdeController.h142 @param[in] Channel Zero-based channel number.
152 @retval EFI_INVALID_PARAMETER Channel is invalid (Channel >= ChannelCount).
159 IN UINT8 Channel,
178 @param[in] Channel Zero-based channel number.
182 @retval EFI_INVALID_PARAMETER Channel is invalid (Channel >= ChannelCount).
194 IN UINT8 Channel
225 given (Channel, Device) pair.
228 @param[in] Channel Zer
[all...]
H A DIdeController.c391 @param[in] Channel Zero-based channel number.
401 @retval EFI_INVALID_PARAMETER Channel is invalid (Channel >= ChannelCount).
408 IN UINT8 Channel,
414 // Channel number (0 based, either 0 or 1)
417 VBoxLogFlowFuncMarkVar(Channel, "%d");
420 if (Channel < ICH_IDE_MAX_CHANNEL) {
442 switch (Channel)
513 @param[in] Channel Zero-based channel number.
517 @retval EFI_INVALID_PARAMETER Channel i
406 IdeInitGetChannelInfo( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN UINT8 Channel, OUT BOOLEAN *Enabled, OUT UINT8 *MaxDevices ) argument
576 IdeInitSubmitData( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN UINT8 Channel, IN UINT8 Device, IN EFI_IDENTIFY_DATA *IdentifyData ) argument
628 IdeInitDisqualifyMode( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN UINT8 Channel, IN UINT8 Device, IN EFI_ATA_COLLECTIVE_MODE *BadModes ) argument
694 IdeInitCalculateMode( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN UINT8 Channel, IN UINT8 Device, OUT EFI_ATA_COLLECTIVE_MODE **SupportedModes ) argument
738 IdeInitSetTiming( IN EFI_IDE_CONTROLLER_INIT_PROTOCOL *This, IN UINT8 Channel, IN UINT8 Device, IN EFI_ATA_COLLECTIVE_MODE *Modes ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c375 // Get four channels (primary or secondary Pata, Sata Channel) Command and Control Regs Base address.
495 UINT8 Channel; local
507 Channel = (UINT8) (DevicePosition / 2);
510 ASSERT (Channel < MAX_IDE_CHANNELS);
512 StatusRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg.Status;
513 HeadRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].Head;
514 CommandRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg.Command;
515 ErrorRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].Reg1.Error;
516 SectorCountRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].SectorCount;
534 Status = DRDYReady (AtapiBlkIoDev, &(AtapiBlkIoDev->IdeIoPortReg[Channel]), 10
624 UINT8 Channel; local
1035 UINT8 Channel; local
1238 UINT8 Channel; local
1691 UINT8 Channel; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.h139 | Channel | Registers | Registers |
152 | Channel | Registers | Registers |
184 @param[in] Channel The channel number of device.
198 IN UINT8 Channel,
H A DIdeMode.c820 | Channel | Registers | Registers |
833 | Channel | Registers | Registers |
1950 @param[in] Channel The channel number of device.
1965 IN UINT8 Channel,
1989 Status = AtaPacketCommandExecute (PciIo, IdeRegisters, Channel, Device, &Packet);
2001 @param[in] Channel The channel number of device.
2015 IN UINT8 Channel,
2127 Channel,
2143 @param Channel The channel number of device.
2157 IN UINT8 Channel,
1962 AtaPacketRequestSense( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN UINT8 Channel, IN UINT8 Device, IN VOID *SenseData, IN UINT8 SenseDataLength, IN UINT64 Timeout ) argument
2012 AtaPacketCommandExecute( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN UINT8 Channel, IN UINT8 Device, IN EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet ) argument
2155 SetDeviceTransferMode( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN EFI_ATA_TRANSFER_MODE *TransferMode, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2204 SetDriveParameters( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN EFI_ATA_DRIVE_PARMS *DriveParameters, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2266 IdeAtaSmartReturnStatusCheck( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2333 IdeAtaSmartSupport( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN EFI_IDENTIFY_DATA *IdentifyData, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2444 AtaIdentify( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN OUT EFI_IDENTIFY_DATA *Buffer, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2509 AtaIdentifyPacket( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN OUT EFI_IDENTIFY_DATA *Buffer, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2800 UINT8 Channel; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Devntprov.h51 UCHAR Channel; member in struct:_EVENT_DESCRIPTOR
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeBus.c120 Index = IdeBlkIoDevice->Channel * 2 + IdeBlkIoDevice->Device;
605 IdeBlkIoDevicePtr->Channel = (EFI_IDE_CHANNEL) IdeChannel;
676 NewNode.Atapi.PrimarySecondary = (UINT8) IdeBlkIoDevicePtr->Channel;
1411 @param IdeChannel Pointer to the Ide Channel number. Primary or secondary.
1429 *IdeChannel = IdeBlkIoDevice->Channel;
1484 if (IdePrimary == IdeDev->Channel) {
1487 if (IdeSecondary == IdeDev->Channel) {
H A DIde.c239 | Channel | Registers | Registers |
254 | Channel | Registers | Registers |
370 if (IdeDev->Channel >= IdeMaxChannel) {
384 CommandBlockBaseAddr = IdeRegsBaseAddr[IdeDev->Channel].CommandBlockBaseAddr;
385 ControlBlockBaseAddr = IdeRegsBaseAddr[IdeDev->Channel].ControlBlockBaseAddr;
400 IdeDev->IoPort->BusMasterBaseAddr = IdeRegsBaseAddr[IdeDev->Channel].BusMasterBaseAddr;
406 whether the IDE device exists in the specified Channel as the specified
409 There is two IDE channels: one is Primary Channel, the other is
410 Secondary Channel.(Channel i
[all...]
H A DIdeBus.h85 EFI_IDE_CHANNEL Channel; member in struct:__anon10341
512 @param IdeChannel Pointer to the Ide Channel number. Primary or secondary.
H A DAta.c1580 if (IdePrimary == IdeDev->Channel) {
1585 if (IdeSecondary == IdeDev->Channel) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.h70 UINT32 Channel; member in struct:__anon10860
490 @param[out] IdeChannel Pointer to the Ide Channel number. Primary or secondary.
H A DScsiDisk.c2810 @param[out] IdeChannel Pointer to the Ide Channel number. Primary or secondary.
2835 *IdeChannel = ScsiDiskDevice->Channel;
2936 ScsiDiskDevice->Channel = AtapiDevicePath->PrimarySecondary;
2947 ScsiDiskDevice->Channel = SataDevicePath->HBAPortNumber;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppyCtrl.c846 UINT8 Channel; local
879 Channel = (UINT8) IsaIo->ResourceList->ResourceItem[Index].StartRange;
885 Channel,
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp351 LogFunc(("Channel %d, Port %X\n",
352 pResource->u.Dma.Channel, pResource->u.Dma.Port));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h775 ULONG Channel; member in struct:_CM_PARTIAL_RESOURCE_DESCRIPTOR::__anon812::__anon817
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h789 ULONG Channel; member in struct:_CM_PARTIAL_RESOURCE_DESCRIPTOR::__anon13415::__anon13420

Completed in 392 milliseconds