Lines Matching defs:hw_ep
220 static void tusb_write_fifo(struct musb_hw_ep *hw_ep, u16 len, const u8 *buf)
222 struct musb *musb = hw_ep->musb;
223 void __iomem *ep_conf = hw_ep->conf;
224 void __iomem *fifo = hw_ep->fifo;
225 u8 epnum = hw_ep->epnum;
270 static void tusb_read_fifo(struct musb_hw_ep *hw_ep, u16 len, u8 *buf)
272 struct musb *musb = hw_ep->musb;
273 void __iomem *ep_conf = hw_ep->conf;
274 void __iomem *fifo = hw_ep->fifo;
275 u8 epnum = hw_ep->epnum;