Searched refs:PointerType (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/ |
D | OhciReg.c | 688 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()
|
D | OhciReg.h | 605 IN UINTN PointerType, 622 IN UINTN PointerType
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | OhciReg.c | 692 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()
|
D | OhciReg.h | 624 IN UINT32 PointerType, 642 IN UINT32 PointerType
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regint.h | 557 typedef void* PointerType; typedef 568 #define SIZE_POINTER sizeof(PointerType) 577 #define GET_POINTER_INC(ptr,p) PLATFORM_GET_INC(ptr, p, PointerType)
|
D | regcomp.c | 261 PointerType ptr = (PointerType )addr; in add_pointer()
|