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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-tds.c93 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
106 if (ep->td_base)
107 cpm_muram_free(cpm_muram_offset(ep->td_base));
176 ep->td_base = cpm_muram_addr(ep_offset);
207 ep->ep_pram_ptr = (void __iomem *)ep->td_base + sizeof(*td) * ring_len;
209 ep->conf_td = ep->td_base;
210 ep->empty_td = ep->td_base;
215 td = ep->td_base;
266 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base));
268 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base));
[all...]
H A Dfhci.h424 struct usb_td __iomem *td_base; /* first TD in the ring */ member in struct:endpoint

Completed in 19 milliseconds