Searched refs:DCTL (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 899 int dctl = readl(hsotg->regs + DCTL); in s3c_hsotg_set_test_mode() 913 writel(dctl, hsotg->regs + DCTL); in s3c_hsotg_set_test_mode() 1994 int dctl = readl(hsotg->regs + DCTL); in s3c_hsotg_epint() 1997 writel(dctl, hsotg->regs + DCTL); in s3c_hsotg_epint() 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() 2374 __bic32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in s3c_hsotg_core_init_disconnected() 2377 dev_dbg(hsotg->dev, "DCTL=0x%08x\n", readl(hsotg->regs + DCTL)); 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() [all …]
|
D | core_intr.c | 343 u32 dctl = readl(hsotg->regs + DCTL); in dwc2_handle_wakeup_detected_intr() 347 writel(dctl, hsotg->regs + DCTL); in dwc2_handle_wakeup_detected_intr()
|
D | hw.h | 433 #define DCTL HSOTG_REG(0x804) macro
|
D | hcd.c | 2740 dctl = readl(hsotg->regs + DCTL); in dwc2_hcd_free() 2742 writel(dctl, hsotg->regs + DCTL); in dwc2_hcd_free()
|
/linux-4.1.27/drivers/vme/bridges/ |
D | vme_ca91cx42.h | 144 #define DCTL 0x0200 macro
|
D | vme_ca91cx42.c | 1261 val = ioread32(bridge->base + DCTL); in ca91cx42_dma_list_exec()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | debugfs.c | 214 dump_register(DCTL),
|