Searched refs:__orr32 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/dwc2/ |
D | gadget.c | 53 static inline void __orr32(void __iomem *ptr, u32 val) in __orr32() function 2326 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected() 2402 __orr32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in dwc2_hsotg_core_init_disconnected() 2437 __orr32(hsotg->regs + DCTL, val); in dwc2_hsotg_core_init_disconnected() 2448 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_disconnect() 2906 __orr32(hsotg->regs + epctrl_reg, DXEPCTL_SNAK); in dwc2_hsotg_ep_stop_xfr() 2916 __orr32(hsotg->regs + DCTL, DCTL_SGNPINNAK); in dwc2_hsotg_ep_stop_xfr() 2926 __orr32(hsotg->regs + epctrl_reg, DXEPCTL_EPDIS | DXEPCTL_SNAK); in dwc2_hsotg_ep_stop_xfr() 3095 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_init() 3112 __orr32(hsotg->regs + GAHBCFG, GAHBCFG_DMA_EN); in dwc2_hsotg_init() [all …]
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 187 static inline void __orr32(void __iomem *ptr, u32 val) in __orr32() function 476 __orr32(hsudc->regs + S3C_ECR, S3C_ECR_FLUSH); in s3c_hsudc_epout_intr()
|