Searched refs:td_base (Results 1 – 2 of 2) sorted by relevance
93 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_push_dummy_bd()106 if (ep->td_base) in fhci_ep0_free()107 cpm_muram_free(cpm_muram_offset(ep->td_base)); in fhci_ep0_free()176 ep->td_base = cpm_muram_addr(ep_offset); in fhci_create_ep()207 ep->ep_pram_ptr = (void __iomem *)ep->td_base + sizeof(*td) * ring_len; in fhci_create_ep()209 ep->conf_td = ep->td_base; in fhci_create_ep()210 ep->empty_td = ep->td_base; in fhci_create_ep()215 td = ep->td_base; in fhci_create_ep()266 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()268 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()[all …]
406 struct usb_td __iomem *td_base; /* first TD in the ring */ member