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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhciUrb.c174 @Param EndPointNum End point num to search
185 IN UINT8 EndPointNum,
193 Ed->Word0.FunctionAddress == DeviceAddress && Ed->Word0.EndPointNum == EndPointNum &&
465 @Param EndPointNum Requirement on end point number
474 IN UINT8 EndPointNum
490 TempEd->Word0.EndPointNum == EndPointNum ) {
598 Ed->Word0.EndPointNum = Value;
663 return Ed->Word0.EndPointNum;
182 OhciFindWorkingEd( IN ED_DESCRIPTOR *EdHead, IN UINT8 DeviceAddress, IN UINT8 EndPointNum, IN UINT8 EdDir ) argument
[all...]
H A DDescriptor.h104 UINT32 EndPointNum:4; member in struct:__anon8974
H A DOhci.c647 UINT8 EndPointNum; local
686 EndPointNum = (EndPointAddress & 0xF);
711 OhciSetEDField (Ed, ED_ENDPT_NUM, EndPointNum);
942 UINT8 EndPointNum; local
971 EndPointNum = (EndPointAddress & 0xF);
977 Status = OhciFreeInterruptEdByAddr (Ohc, DeviceAddress, EndPointNum);
1005 if ((Ed = OhciFindWorkingEd (HeadEd, DeviceAddress, EndPointNum, EdDir)) != NULL) {
1016 OhciSetEDField (Ed, ED_ENDPT_NUM, EndPointNum);
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhcPeim.c366 UINT8 EndPointNum; local
403 EndPointNum = (EndPointAddress & 0xF);
423 OhciSetEDField (Ed, ED_ENDPT_NUM, EndPointNum);
H A DDescriptor.h103 UINT32 EndPointNum:4; member in struct:__anon8997

Completed in 63 milliseconds