Searched refs:pPeriodic (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHCI_MEM.cxx | 183 if (pEhci->pPeriodic) in ms_ehci_mem_cleanup() 186 …ms_debug_debug("Free periodic frame list array %p, size %d\n",pEhci->pPeriodic, pEhci->u32Periodic… in ms_ehci_mem_cleanup() 187 …ms_hcd_buffer_free(&pEhci->hcd.self, pEhci->u32PeriodicSize * sizeof (void *), pEhci->pPeriodic, p… in ms_ehci_mem_cleanup() 189 pEhci->pPeriodic = 0; in ms_ehci_mem_cleanup() 234 …pEhci->pPeriodic = (U32*) ms_hcd_buffer_alloc(&pEhci->hcd.self,pEhci->u32PeriodicSize * sizeof (vo… in ms_ehci_mem_init() 236 …cheable memory pool for periodic frame list array %p, size %d\n",pEhci->pPeriodic, pEhci->u32Perio… in ms_ehci_mem_init() 237 if (pEhci->pPeriodic == 0) in ms_ehci_mem_init() 242 pEhci->pPeriodic [i] = EHCI_LIST_END; in ms_ehci_mem_init()
|
| H A D | drvEHCI_SCHD.cxx | 84 U32 *hw_p = &pEhci->pPeriodic [u32Frame]; in ms_periodic_unlink() 114 U32 *phw_p = &pEhci->pPeriodic [u32Frame]; in ms_periodic_usecs() 363 type = Q_NEXT_TYPE(pEhci->pPeriodic [frame]); in ms_tt_no_collision() 463 U32 *hw_p = &ehci->pPeriodic[i]; in ms_qh_link_periodic() 591 pEhci->pPeriodic [u32Frame1] = QH_NEXT (pQh->qh_dma_addr); in ms_qh_schedule() 708 hw_p = &pEhci->pPeriodic [u32Frame]; in ms_scan_periodic()
|
| H A D | drvEHCI.h | 142 U32 *pPeriodic; /* hw periodic table */ member
|