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

/linux-master/drivers/usb/host/
H A Dfhci-tds.c203 ep->ep_pram_ptr = (void __iomem *)ep->td_base + sizeof(*td) * ring_len;
251 cpm_muram_offset(ep->ep_pram_ptr));
258 out_8(&ep->ep_pram_ptr->rx_func_code, rt);
259 out_8(&ep->ep_pram_ptr->tx_func_code, rt);
260 out_be16(&ep->ep_pram_ptr->rx_buff_len, 1028);
261 out_be16(&ep->ep_pram_ptr->rx_base, 0);
262 out_be16(&ep->ep_pram_ptr->tx_base, cpm_muram_offset(ep->td_base));
263 out_be16(&ep->ep_pram_ptr->rx_bd_ptr, 0);
264 out_be16(&ep->ep_pram_ptr->tx_bd_ptr, cpm_muram_offset(ep->td_base));
265 out_be32(&ep->ep_pram_ptr
[all...]
H A Dfhci.h397 struct fhci_ep_pram __iomem *ep_pram_ptr; member in struct:endpoint

Completed in 88 milliseconds