Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbuhci/
H A Dusbuhci.c90 PUHCI_HC_RESOURCES UhciResources; in UhciCleanupFrameListEntry() local
94 UhciResources = UhciExtension->HcResourcesVA; in UhciCleanupFrameListEntry()
100 UhciResources->FrameList[0] = PhysicalAddress | in UhciCleanupFrameListEntry()
110 UhciResources->FrameList[Index] = PhysicalAddress | in UhciCleanupFrameListEntry()
2466 PUHCI_HC_RESOURCES UhciResources; in UhciInterruptNextSOF() local
2494 UhciResources = UhciExtension->HcResourcesVA; in UhciInterruptNextSOF()
2498 UhciResources->FrameList[Idx]); in UhciInterruptNextSOF()
2500 UhciResources->FrameList[Idx] = SOF_HcdTDs->PhysicalAddress; in UhciInterruptNextSOF()