Searched refs:td_base (Results 1 – 2 of 2) sorted by relevance
102 if (ep->td_base) in fhci_ep0_free()172 ep->td_base = cpm_muram_addr(ep_offset); in fhci_create_ep()205 ep->conf_td = ep->td_base; in fhci_create_ep()206 ep->empty_td = ep->td_base; in fhci_create_ep()211 td = ep->td_base; in fhci_create_ep()474 td = ep->td_base; in fhci_flush_bds()495 td = ep->td_base; in fhci_flush_bds()512 ep->empty_td = ep->td_base; in fhci_flush_bds()513 ep->conf_td = ep->td_base; in fhci_flush_bds()561 ep->empty_td = ep->td_base; in fhci_flush_actual_frame()[all …]
400 struct usb_td __iomem *td_base; /* first TD in the ring */ member
Completed in 7 milliseconds