Home
last modified time | relevance | path

Searched refs:td_base (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dfhci-tds.c89 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()
[all …]
Dfhci.h400 struct usb_td __iomem *td_base; /* first TD in the ring */ member