td_base            89 drivers/usb/host/fhci-tds.c 		ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
td_base           102 drivers/usb/host/fhci-tds.c 		if (ep->td_base)
td_base           103 drivers/usb/host/fhci-tds.c 			cpm_muram_free(cpm_muram_offset(ep->td_base));
td_base           172 drivers/usb/host/fhci-tds.c 	ep->td_base = cpm_muram_addr(ep_offset);
td_base           203 drivers/usb/host/fhci-tds.c 	ep->ep_pram_ptr = (void __iomem *)ep->td_base + sizeof(*td) * ring_len;
td_base           205 drivers/usb/host/fhci-tds.c 	ep->conf_td = ep->td_base;
td_base           206 drivers/usb/host/fhci-tds.c 	ep->empty_td = ep->td_base;
td_base           211 drivers/usb/host/fhci-tds.c 	td = ep->td_base;
td_base           262 drivers/usb/host/fhci-tds.c 	out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base));
td_base           264 drivers/usb/host/fhci-tds.c 	out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base));
td_base           312 drivers/usb/host/fhci-tds.c 		ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status);
td_base           402 drivers/usb/host/fhci-tds.c 	ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
td_base           476 drivers/usb/host/fhci-tds.c 	td = ep->td_base;
td_base           497 drivers/usb/host/fhci-tds.c 	td = ep->td_base;
td_base           514 drivers/usb/host/fhci-tds.c 	ep->empty_td = ep->td_base;
td_base           515 drivers/usb/host/fhci-tds.c 	ep->conf_td = ep->td_base;
td_base           552 drivers/usb/host/fhci-tds.c 		td = next_bd(ep->td_base, td, td_status);
td_base           564 drivers/usb/host/fhci-tds.c 	ep->empty_td = ep->td_base;
td_base           565 drivers/usb/host/fhci-tds.c 	ep->conf_td = ep->td_base;
td_base           606 drivers/usb/host/fhci-tds.c 		td = next_bd(ep->td_base, td, td_status);
td_base           616 drivers/usb/host/fhci-tds.c 			ep->conf_td = next_bd(ep->td_base, ep->conf_td,
td_base           400 drivers/usb/host/fhci.h 	struct usb_td __iomem *td_base; /* first TD in the ring */