Home
last modified time | relevance | path

Searched refs:__orr32 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c59 static inline void __orr32(void __iomem *ptr, u32 val) in __orr32() function
2300 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_init_disconnected()
2372 __orr32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in s3c_hsotg_core_init_disconnected()
2407 __orr32(hsotg->regs + DCTL, val); in s3c_hsotg_core_init_disconnected()
2418 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_disconnect()
2996 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_init()
3013 __orr32(hsotg->regs + GAHBCFG, GAHBCFG_DMA_EN); in s3c_hsotg_init()
3937 __orr32(hsotg->regs + GUSBCFG, GUSBCFG_FORCEDEVMODE); in dwc2_gadget_init()
/linux-4.1.27/drivers/usb/gadget/udc/
Ds3c-hsudc.c187 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()