Lines Matching refs:hw_ep
225 static void tusb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf)
227 struct musb *musb = hw_ep->musb;
228 void __iomem *ep_conf = hw_ep->conf;
229 void __iomem *fifo = hw_ep->fifo;
230 u8 epnum = hw_ep->epnum;
275 static void tusb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf)
277 struct musb *musb = hw_ep->musb;
278 void __iomem *ep_conf = hw_ep->conf;
279 void __iomem *fifo = hw_ep->fifo;
280 u8 epnum = hw_ep->epnum;