Home
last modified time | relevance | path

Searched refs:DCTL (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c899 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 …]
Dcore_intr.c343 u32 dctl = readl(hsotg->regs + DCTL); in dwc2_handle_wakeup_detected_intr()
347 writel(dctl, hsotg->regs + DCTL); in dwc2_handle_wakeup_detected_intr()
Dhw.h433 #define DCTL HSOTG_REG(0x804) macro
Dhcd.c2740 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/
Dvme_ca91cx42.h144 #define DCTL 0x0200 macro
Dvme_ca91cx42.c1261 val = ioread32(bridge->base + DCTL); in ca91cx42_dma_list_exec()
/linux-4.1.27/drivers/usb/dwc3/
Ddebugfs.c214 dump_register(DCTL),