HomeSort by relevance Sort by last modified time
    Searched defs:EndPointNum (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 362 UINT8 EndPointNum;
393 EndPointNum = (EndPointAddress & 0xF);
413 OhciSetEDField (Ed, ED_ENDPT_NUM, EndPointNum);
    [all...]
Descriptor.h 103 UINT32 EndPointNum:4;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 645 UINT8 EndPointNum;
680 EndPointNum = (EndPointAddress & 0xF);
705 OhciSetEDField (Ed, ED_ENDPT_NUM, EndPointNum);
    [all...]
Descriptor.h 104 UINT32 EndPointNum:4;

Completed in 123 milliseconds