Searched refs:DCTL (Results 1 – 6 of 6) sorted by relevance
| /drivers/usb/dwc2/ |
| A D | gadget.c | 1613 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hsotg_set_test_mode() 2844 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled() 3573 dwc2_set_bit(hsotg, DCTL, val); in dwc2_hsotg_core_init_disconnected() 5535 dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_exit_hibernation() 5537 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_exit_hibernation() 5552 dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_exit_hibernation() 5554 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_exit_hibernation() 5656 dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_exit_partial_power_down() 5658 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_exit_partial_power_down() 5728 dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_exit_clock_gating() [all …]
|
| A D | core_intr.c | 376 dctl = dwc2_readl(hsotg, DCTL); in dwc2_wakeup_from_lpm_l1() 378 dwc2_writel(hsotg, dctl, DCTL); in dwc2_wakeup_from_lpm_l1() 434 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() 437 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
|
| A D | debugfs.c | 72 dctl = dwc2_readl(hsotg, DCTL); in testmode_show() 133 dwc2_readl(hsotg, DCTL), in state_show() 382 dump_register(DCTL),
|
| A D | hw.h | 455 #define DCTL HSOTG_REG(0x804) macro
|
| A D | hcd.c | 5071 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free() 5073 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
|
| /drivers/usb/dwc3/ |
| A D | debugfs.c | 238 dump_register(DCTL),
|
Completed in 29 milliseconds