Searched refs:DCTL (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/dwc2/ |
D | gadget.c | 279 dwc2_set_bit(hsotg, DCTL, DCTL_RMTWKUPSIG); in dwc2_gadget_wkup_alert_handler() 1599 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_hsotg_set_test_mode() 1613 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hsotg_set_test_mode() 2831 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() 2841 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() 2844 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled() 2850 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled() 3428 dwc2_set_bit(hsotg, DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected() 3517 dwc2_set_bit(hsotg, DCTL, DCTL_SERVICE_INTERVAL_SUPPORTED); in dwc2_hsotg_core_init_disconnected() 3541 dwc2_set_bit(hsotg, DCTL, DCTL_PWRONPRGDONE); in dwc2_hsotg_core_init_disconnected() [all …]
|
D | core_intr.c | 361 dctl = dwc2_readl(hsotg, DCTL); in dwc2_wakeup_from_lpm_l1() 363 dwc2_writel(hsotg, dctl, DCTL); in dwc2_wakeup_from_lpm_l1() 419 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() 422 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
|
D | debugfs.c | 72 dctl = dwc2_readl(hsotg, DCTL); in testmode_show() 133 dwc2_readl(hsotg, DCTL), in state_show() 382 dump_register(DCTL),
|
D | hw.h | 441 #define DCTL HSOTG_REG(0x804) macro
|
D | hcd.c | 5074 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free() 5076 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
|
/drivers/usb/dwc3/ |
D | debugfs.c | 238 dump_register(DCTL),
|