Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c900 int dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_hsotg_set_test_mode()
914 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_hsotg_set_test_mode()
2015 int dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_hsotg_epint()
2018 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_hsotg_epint()
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()
2404 __bic32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in dwc2_hsotg_core_init_disconnected()
2407 dev_dbg(hsotg->dev, "DCTL=0x%08x\n", dwc2_readl(hsotg->regs + DCTL)); 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()
[all …]
Dcore_intr.c357 u32 dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_handle_wakeup_detected_intr()
361 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_handle_wakeup_detected_intr()
Ddebugfs.c79 dctl = dwc2_readl(hsotg->regs + DCTL); in testmode_show()
141 dwc2_readl(regs + DCTL), in state_show()
449 dump_register(DCTL),
Dhw.h434 #define DCTL HSOTG_REG(0x804) macro
Dcore.c151 dr->dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_backup_device_registers()
210 dwc2_writel(dr->dctl, hsotg->regs + DCTL); in dwc2_restore_device_registers()
228 dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_restore_device_registers()
230 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_restore_device_registers()
Dhcd.c2962 dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_hcd_free()
2964 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_hcd_free()
/linux-4.4.14/drivers/vme/bridges/
Dvme_ca91cx42.h144 #define DCTL 0x0200 macro
Dvme_ca91cx42.c1270 val = ioread32(bridge->base + DCTL); in ca91cx42_dma_list_exec()
/linux-4.4.14/drivers/usb/dwc3/
Ddebugfs.c214 dump_register(DCTL),