Searched refs:CurrBufferPointer (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhciUrb.c42 Td->CurrBufferPointer = NULL;
497 Td->CurrBufferPointer = (VOID *) Value;
550 return (UINT32) Td->CurrBufferPointer;
H A DDescriptor.h93 VOID *CurrBufferPointer; member in struct:_TD_DESCRIPTOR
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DDescriptor.h93 UINT32 CurrBufferPointer; // 32-bit Physical Address of buffer member in struct:_TD_DESCRIPTOR
H A DOhciUrb.c43 Td->CurrBufferPointer = 0;
750 Td->CurrBufferPointer = Value;
803 return Td->CurrBufferPointer;
H A DOhciSched.c503 DataTd->CurrBufferPointer = DataTd->DataBuffer;

Completed in 24 milliseconds