Lines Matching refs:musb_writel

180 	musb_writel(reg_base, wrp->epintr_set, epmask);  in dsps_musb_enable()
181 musb_writel(reg_base, wrp->coreintr_set, coremask); in dsps_musb_enable()
200 musb_writel(reg_base, wrp->coreintr_clear, wrp->usb_bitmap); in dsps_musb_disable()
201 musb_writel(reg_base, wrp->epintr_clear, in dsps_musb_disable()
268 musb_writel(musb->ctrl_base, wrp->coreintr_set, in dsps_check_status()
310 musb_writel(musb->ctrl_base, wrp->epintr_status, epintr); in dsps_musb_clear_ep_rxintr()
332 musb_writel(reg_base, wrp->epintr_status, epintr); in dsps_interrupt()
341 musb_writel(reg_base, wrp->coreintr_status, usbintr); in dsps_interrupt()
469 musb_writel(reg_base, wrp->control, (1 << wrp->reset)); in dsps_musb_init()
476 musb_writel(musb->ctrl_base, wrp->phy_utmi, val); in dsps_musb_init()
530 musb_writel(ctrl_base, wrp->mode, reg); in dsps_musb_set_mode()
531 musb_writel(ctrl_base, wrp->phy_utmi, 0x02); in dsps_musb_set_mode()
543 musb_writel(ctrl_base, wrp->mode, reg); in dsps_musb_set_mode()
546 musb_writel(ctrl_base, wrp->phy_utmi, 0x02); in dsps_musb_set_mode()
649 musb_writel(usbss_base, USBSS_IRQ_STATUS, USBSS_IRQ_PD_COMP); in dsps_dma_controller_callback()
663 musb_writel(usbss_base, USBSS_IRQ_ENABLER, USBSS_IRQ_PD_COMP); in dsps_dma_controller_create()
674 musb_writel(usbss_base, USBSS_IRQ_CLEARR, USBSS_IRQ_PD_COMP); in dsps_dma_controller_suspend()
681 musb_writel(usbss_base, USBSS_IRQ_ENABLER, USBSS_IRQ_PD_COMP); in dsps_dma_controller_resume()
1014 musb_writel(mbase, wrp->control, glue->context.control); in dsps_resume()
1015 musb_writel(mbase, wrp->epintr_set, glue->context.epintr); in dsps_resume()
1016 musb_writel(mbase, wrp->coreintr_set, glue->context.coreintr); in dsps_resume()
1017 musb_writel(mbase, wrp->phy_utmi, glue->context.phy_utmi); in dsps_resume()
1018 musb_writel(mbase, wrp->mode, glue->context.mode); in dsps_resume()
1019 musb_writel(mbase, wrp->tx_mode, glue->context.tx_mode); in dsps_resume()
1020 musb_writel(mbase, wrp->rx_mode, glue->context.rx_mode); in dsps_resume()