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()
202 musb_writel(reg_base, wrp->coreintr_clear, wrp->usb_bitmap); in dsps_musb_disable()
203 musb_writel(reg_base, wrp->epintr_clear, in dsps_musb_disable()
270 musb_writel(musb->ctrl_base, wrp->coreintr_set, in dsps_check_status()
312 musb_writel(musb->ctrl_base, wrp->epintr_status, epintr); in dsps_musb_clear_ep_rxintr()
334 musb_writel(reg_base, wrp->epintr_status, epintr); in dsps_interrupt()
343 musb_writel(reg_base, wrp->coreintr_status, usbintr); in dsps_interrupt()
471 musb_writel(reg_base, wrp->control, (1 << wrp->reset)); in dsps_musb_init()
478 musb_writel(musb->ctrl_base, wrp->phy_utmi, val); in dsps_musb_init()
532 musb_writel(ctrl_base, wrp->mode, reg); in dsps_musb_set_mode()
533 musb_writel(ctrl_base, wrp->phy_utmi, 0x02); in dsps_musb_set_mode()
545 musb_writel(ctrl_base, wrp->mode, reg); in dsps_musb_set_mode()
548 musb_writel(ctrl_base, wrp->phy_utmi, 0x02); in dsps_musb_set_mode()
651 musb_writel(usbss_base, USBSS_IRQ_STATUS, USBSS_IRQ_PD_COMP); in dsps_dma_controller_callback()
665 musb_writel(usbss_base, USBSS_IRQ_ENABLER, USBSS_IRQ_PD_COMP); in dsps_dma_controller_create()
676 musb_writel(usbss_base, USBSS_IRQ_CLEARR, USBSS_IRQ_PD_COMP); in dsps_dma_controller_suspend()
683 musb_writel(usbss_base, USBSS_IRQ_ENABLER, USBSS_IRQ_PD_COMP); in dsps_dma_controller_resume()
1018 musb_writel(mbase, wrp->control, glue->context.control); in dsps_resume()
1019 musb_writel(mbase, wrp->epintr_set, glue->context.epintr); in dsps_resume()
1020 musb_writel(mbase, wrp->coreintr_set, glue->context.coreintr); in dsps_resume()
1021 musb_writel(mbase, wrp->phy_utmi, glue->context.phy_utmi); in dsps_resume()
1022 musb_writel(mbase, wrp->mode, glue->context.mode); in dsps_resume()
1023 musb_writel(mbase, wrp->tx_mode, glue->context.tx_mode); in dsps_resume()
1024 musb_writel(mbase, wrp->rx_mode, glue->context.rx_mode); in dsps_resume()