Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dgadget.c280 dwc2_set_bit(hsotg, DCTL, DCTL_RMTWKUPSIG); in dwc2_gadget_wkup_alert_handler()
1596 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_hsotg_set_test_mode()
1610 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hsotg_set_test_mode()
2828 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled()
2838 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled()
2841 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled()
2847 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled()
3425 dwc2_set_bit(hsotg, DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected()
3514 dwc2_set_bit(hsotg, DCTL, DCTL_SERVICE_INTERVAL_SUPPORTED); in dwc2_hsotg_core_init_disconnected()
3538 dwc2_set_bit(hsotg, DCTL, DCTL_PWRONPRGDONE); in dwc2_hsotg_core_init_disconnected()
[all …]
Ddebugfs.c72 dctl = dwc2_readl(hsotg, DCTL); in testmode_show()
133 dwc2_readl(hsotg, DCTL), in state_show()
382 dump_register(DCTL),
Dcore_intr.c427 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr()
430 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
Dhw.h471 #define DCTL HSOTG_REG(0x804) macro
Dhcd.c5099 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free()
5101 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
/drivers/vme/bridges/
Dvme_ca91cx42.h141 #define DCTL 0x0200 macro
Dvme_ca91cx42.c1257 val = ioread32(bridge->base + DCTL); in ca91cx42_dma_list_exec()
/drivers/usb/dwc3/
Ddebugfs.c233 dump_register(DCTL),