Home
last modified time | relevance | path

Searched refs:PointerType (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhciReg.c688 IN UINTN PointerType, in OhciSetMemoryPointer() argument
695 Status = OhciSetOperationalReg (Ohc, PointerType, (UINT32*)&Value); in OhciSetMemoryPointer()
701 Verify = OhciGetOperationalReg (Ohc, PointerType); in OhciSetMemoryPointer()
705 Verify = OhciGetOperationalReg (Ohc, PointerType); in OhciSetMemoryPointer()
726 IN UINTN PointerType in OhciGetMemoryPointer() argument
730 return (VOID *) OhciGetOperationalReg (Ohc, PointerType); in OhciGetMemoryPointer()
DOhciReg.h605 IN UINTN PointerType,
622 IN UINTN PointerType
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciReg.c692 IN UINT32 PointerType, in OhciSetMemoryPointer() argument
699 Status = OhciSetOperationalReg (Ohc->PciIo, PointerType, &Value); in OhciSetMemoryPointer()
705 Verify = OhciGetOperationalReg (Ohc->PciIo, PointerType); in OhciSetMemoryPointer()
709 Verify = OhciGetOperationalReg (Ohc->PciIo, PointerType); in OhciSetMemoryPointer()
730 IN UINT32 PointerType in OhciGetMemoryPointer() argument
734 return (VOID *)(UINTN) OhciGetOperationalReg (Ohc->PciIo, PointerType); in OhciGetMemoryPointer()
DOhciReg.h624 IN UINT32 PointerType,
642 IN UINT32 PointerType
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h557 typedef void* PointerType; typedef
568 #define SIZE_POINTER sizeof(PointerType)
577 #define GET_POINTER_INC(ptr,p) PLATFORM_GET_INC(ptr, p, PointerType)
Dregcomp.c261 PointerType ptr = (PointerType )addr; in add_pointer()