HomeSort by relevance Sort by last modified time
    Searched refs:CurrBufferPointer (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciUrb.c 42 Td->CurrBufferPointer = NULL;
497 Td->CurrBufferPointer = (VOID *) Value;
550 return (UINT32) Td->CurrBufferPointer;
Descriptor.h 93 VOID *CurrBufferPointer;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Descriptor.h 93 UINT32 CurrBufferPointer; // 32-bit Physical Address of buffer
OhciUrb.c 43 Td->CurrBufferPointer = 0;
750 Td->CurrBufferPointer = Value;
803 return Td->CurrBufferPointer;
OhciSched.c 503 DataTd->CurrBufferPointer = DataTd->DataBuffer;

Completed in 55 milliseconds