Home
last modified time | relevance | path

Searched refs:HccaMemoryBlock (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhciUrb.c225 HccaInterruptTable = Ohc->HccaMemoryBlock->HccaInterruptTable; in OhciInitializeInterruptList()
442 Ed = (ED_DESCRIPTOR *)(UINTN)Ohc->HccaMemoryBlock->HccaInterruptTable[Index]; in OhciFreeInterruptEdByEd()
482 Ed = (ED_DESCRIPTOR *)(UINTN)Ohc->HccaMemoryBlock->HccaInterruptTable[Index]; in OhciFreeInterruptEdByAddr()
DOhci.h72 HCCA_MEMORY_BLOCK *HccaMemoryBlock; member
DOhci.c117 OhciSetMemoryPointer (Ohc, HC_HCCA, Ohc->HccaMemoryBlock); in OhciReset()
2053 Ohc->HccaMemoryBlock = NULL; in OhciAllocateDev()
2095 Ohc->HccaMemoryBlock = (HCCA_MEMORY_BLOCK *)(UINTN)PhyAddr; in OhciAllocateDev()