Home | History | Annotate | Download | only in AtaAtapiPassThru

Lines Matching refs:IdeInit

2633   EFI_IDE_CONTROLLER_INIT_PROTOCOL  *IdeInit;

2641 IdeInit = Instance->IdeControllerInit;
2738 IdeInit->SubmitData (IdeInit, IdeChannel, IdeDevice, &Buffer);
2743 Status = IdeInit->CalculateMode (
2744 IdeInit,
2819 IdeInit->SetTiming (IdeInit, IdeChannel, IdeDevice, SupportedModes);
2853 EFI_IDE_CONTROLLER_INIT_PROTOCOL *IdeInit;
2860 IdeInit = Instance->IdeControllerInit;
2862 Channel = IdeInit->ChannelCount;
2873 IdeInit->NotifyPhase (IdeInit, EfiIdeBeforeChannelEnumeration, IdeChannel);
2878 Status = IdeInit->GetChannelInfo (
2879 IdeInit,
2897 IdeInit->NotifyPhase (IdeInit, EfiIdeBeforeChannelReset, IdeChannel);
2902 IdeInit->NotifyPhase (IdeInit, EfiIdeAfterChannelReset, IdeChannel);
2907 IdeInit->NotifyPhase (IdeInit, EfiIdeBusBeforeDevicePresenceDetection, IdeChannel);
2919 IdeInit->NotifyPhase (IdeInit, EfiIdeBusPhaseMaximum, 0);