Lines Matching refs:hw_ep
316 if (cppi_ch->hw_ep) in cppi_channel_allocate()
319 cppi_ch->hw_ep = ep; in cppi_channel_allocate()
337 if (!c->hw_ep) in cppi_channel_release()
344 c->hw_ep = NULL; in cppi_channel_release()
365 musb_readw(c->hw_ep->regs, MUSB_RXCSR), in cppi_dump_rx()
394 musb_readw(c->hw_ep->regs, MUSB_TXCSR), in cppi_dump_tx()
496 void __iomem *regs = rx->hw_ep->regs; in cppi_autoreq_update()
1012 void __iomem *regs = rx->hw_ep->regs; in cppi_rx_scan()
1124 csr = musb_readw(rx->hw_ep->regs, MUSB_RXCSR); in cppi_rx_scan()
1131 csr = musb_readw(rx->hw_ep->regs, MUSB_RXCSR); in cppi_rx_scan()
1147 struct musb_hw_ep *hw_ep = NULL; in cppi_interrupt() local
1245 hw_ep = tx_ch->hw_ep; in cppi_interrupt()
1282 hw_ep = rx_ch->hw_ep; in cppi_interrupt()
1393 regs = cppi_ch->hw_ep->regs; in cppi_channel_abort()