Lines Matching refs:td_base
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()
316 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status); in fhci_td_transaction_confirm()
406 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_host_transaction()
480 td = ep->td_base; in fhci_flush_bds()
501 td = ep->td_base; in fhci_flush_bds()
518 ep->empty_td = ep->td_base; in fhci_flush_bds()
519 ep->conf_td = ep->td_base; in fhci_flush_bds()
556 td = next_bd(ep->td_base, td, td_status); in fhci_flush_actual_frame()
568 ep->empty_td = ep->td_base; in fhci_flush_actual_frame()
569 ep->conf_td = ep->td_base; in fhci_flush_actual_frame()
610 td = next_bd(ep->td_base, td, td_status); in fhci_host_transmit_actual_frame()
620 ep->conf_td = next_bd(ep->td_base, ep->conf_td, in fhci_host_transmit_actual_frame()