Lines Matching refs:hw_ep
318 if (cppi_ch->hw_ep) in cppi_channel_allocate()
321 cppi_ch->hw_ep = ep; in cppi_channel_allocate()
339 if (!c->hw_ep) in cppi_channel_release()
346 c->hw_ep = NULL; in cppi_channel_release()
366 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()
1011 void __iomem *regs = rx->hw_ep->regs; in cppi_rx_scan()
1123 csr = musb_readw(rx->hw_ep->regs, MUSB_RXCSR); in cppi_rx_scan()
1130 csr = musb_readw(rx->hw_ep->regs, MUSB_RXCSR); in cppi_rx_scan()
1146 struct musb_hw_ep *hw_ep = NULL; in cppi_interrupt() local
1244 hw_ep = tx_ch->hw_ep; in cppi_interrupt()
1281 hw_ep = rx_ch->hw_ep; in cppi_interrupt()
1392 regs = cppi_ch->hw_ep->regs; in cppi_channel_abort()