Lines Matching refs:td_base
89 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_push_dummy_bd()
102 if (ep->td_base) in fhci_ep0_free()
103 cpm_muram_free(cpm_muram_offset(ep->td_base)); in fhci_ep0_free()
172 ep->td_base = cpm_muram_addr(ep_offset); in fhci_create_ep()
203 ep->ep_pram_ptr = (void __iomem *)ep->td_base + sizeof(*td) * ring_len; 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()
262 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
264 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base)); in fhci_init_ep_registers()
312 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status); in fhci_td_transaction_confirm()
402 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status); in fhci_host_transaction()
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()
549 td = next_bd(ep->td_base, td, td_status); in fhci_flush_actual_frame()
561 ep->empty_td = ep->td_base; in fhci_flush_actual_frame()
562 ep->conf_td = ep->td_base; in fhci_flush_actual_frame()
603 td = next_bd(ep->td_base, td, td_status); in fhci_host_transmit_actual_frame()
613 ep->conf_td = next_bd(ep->td_base, ep->conf_td, in fhci_host_transmit_actual_frame()