Lines Matching refs:musb_writel

182 	musb_writel(reg_base, wrp->epintr_set, epmask);  in dsps_musb_enable()
183 musb_writel(reg_base, wrp->coreintr_set, coremask); in dsps_musb_enable()
201 musb_writel(reg_base, wrp->coreintr_clear, wrp->usb_bitmap); in dsps_musb_disable()
202 musb_writel(reg_base, wrp->epintr_clear, in dsps_musb_disable()
260 musb_writel(musb->ctrl_base, wrp->coreintr_set, in dsps_check_status()
302 musb_writel(musb->ctrl_base, wrp->epintr_status, epintr); in dsps_musb_clear_ep_rxintr()
324 musb_writel(reg_base, wrp->epintr_status, epintr); in dsps_interrupt()
333 musb_writel(reg_base, wrp->coreintr_status, usbintr); in dsps_interrupt()
461 musb_writel(reg_base, wrp->control, (1 << wrp->reset)); in dsps_musb_init()
468 musb_writel(musb->ctrl_base, wrp->phy_utmi, val); in dsps_musb_init()
522 musb_writel(ctrl_base, wrp->mode, reg); in dsps_musb_set_mode()
523 musb_writel(ctrl_base, wrp->phy_utmi, 0x02); in dsps_musb_set_mode()
535 musb_writel(ctrl_base, wrp->mode, reg); in dsps_musb_set_mode()
538 musb_writel(ctrl_base, wrp->phy_utmi, 0x02); in dsps_musb_set_mode()
641 musb_writel(usbss_base, USBSS_IRQ_STATUS, USBSS_IRQ_PD_COMP); in dsps_dma_controller_callback()
655 musb_writel(usbss_base, USBSS_IRQ_ENABLER, USBSS_IRQ_PD_COMP); in dsps_dma_controller_create()
666 musb_writel(usbss_base, USBSS_IRQ_CLEARR, USBSS_IRQ_PD_COMP); in dsps_dma_controller_suspend()
673 musb_writel(usbss_base, USBSS_IRQ_ENABLER, USBSS_IRQ_PD_COMP); in dsps_dma_controller_resume()
1005 musb_writel(mbase, wrp->control, glue->context.control); in dsps_resume()
1006 musb_writel(mbase, wrp->epintr_set, glue->context.epintr); in dsps_resume()
1007 musb_writel(mbase, wrp->coreintr_set, glue->context.coreintr); in dsps_resume()
1008 musb_writel(mbase, wrp->phy_utmi, glue->context.phy_utmi); in dsps_resume()
1009 musb_writel(mbase, wrp->mode, glue->context.mode); in dsps_resume()
1010 musb_writel(mbase, wrp->tx_mode, glue->context.tx_mode); in dsps_resume()
1011 musb_writel(mbase, wrp->rx_mode, glue->context.rx_mode); in dsps_resume()