Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_MEM.cxx247 …r_free(&ehci->hcd.self, ehci->periodic_size * sizeof (void *), ehci->periodic, ehci->periodic_dma); in ehci_mem_cleanup()
250 ehci->periodic_dma = 0; in ehci_mem_cleanup()
346 …32*) hcd_buffer_alloc(&ehci->hcd.self,ehci->periodic_size * sizeof (void *),0,&ehci->periodic_dma); in ehci_mem_init()
H A DdrvEHCI.h191 dma_addr_t periodic_dma; member
H A DdrvEhciHcd.c6984 ehci_writel (ehci->periodic_dma, (U32)&ehci->regs->frame_list); in ehci_start()