/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | gadget.c | 279 dwc2_set_bit(hsotg, DCTL, DCTL_RMTWKUPSIG); in dwc2_gadget_wkup_alert_handler() 1595 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_hsotg_set_test_mode() 1609 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hsotg_set_test_mode() 2827 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() 2837 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() 2840 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled() 2846 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled() 3424 dwc2_set_bit(hsotg, DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected() 3513 dwc2_set_bit(hsotg, DCTL, DCTL_SERVICE_INTERVAL_SUPPORTED); in dwc2_hsotg_core_init_disconnected() 3537 dwc2_set_bit(hsotg, DCTL, DCTL_PWRONPRGDON in dwc2_hsotg_core_init_disconnected() [all...] |
H A D | debugfs.c | 72 dctl = dwc2_readl(hsotg, DCTL); in testmode_show() 131 seq_printf(seq, "DCFG=0x%08x, DCTL=0x%08x, DSTS=0x%08x\n", in state_show() 133 dwc2_readl(hsotg, DCTL), in state_show() 382 dump_register(DCTL),
|
H A D | core_intr.c | 397 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() 400 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
|
H A D | hw.h | 441 #define DCTL HSOTG_REG(0x804) macro
|
H A D | hcd.c | 5066 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free() 5068 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | gadget.c | 280 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() 2827 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() 2837 int dctl = dwc2_readl(hsotg, DCTL); in dwc2_gadget_handle_ep_disabled() 2840 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled() 2846 dwc2_writel(hsotg, dctl, DCTL); in dwc2_gadget_handle_ep_disabled() 3424 dwc2_set_bit(hsotg, DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected() 3513 dwc2_set_bit(hsotg, DCTL, DCTL_SERVICE_INTERVAL_SUPPORTED); in dwc2_hsotg_core_init_disconnected() 3537 dwc2_set_bit(hsotg, DCTL, DCTL_PWRONPRGDON in dwc2_hsotg_core_init_disconnected() [all...] |
H A D | debugfs.c | 72 dctl = dwc2_readl(hsotg, DCTL); in testmode_show() 131 seq_printf(seq, "DCFG=0x%08x, DCTL=0x%08x, DSTS=0x%08x\n", in state_show() 133 dwc2_readl(hsotg, DCTL), in state_show() 382 dump_register(DCTL),
|
H A D | core_intr.c | 418 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() 422 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
|
H A D | hw.h | 470 #define DCTL HSOTG_REG(0x804) macro
|
H A D | hcd.c | 4981 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free() 4983 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()
|
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
H A D | vme_ca91cx42.h | 141 #define DCTL 0x0200 macro 355 * DCTL Register
|
H A D | vme_ca91cx42.c | 1257 val = ioread32(bridge->base + DCTL); in ca91cx42_dma_list_exec()
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | debugfs.c | 233 dump_register(DCTL),
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | debugfs.c | 238 dump_register(DCTL),
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 754 #define DCTL UIMM 4863 {"dni", XRC(31,97,1), XRB_MASK, E6500, 0, {DUI, DCTL}}, 752 #define DCTL global() macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 754 #define DCTL UIMM 4863 {"dni", XRC(31,97,1), XRB_MASK, E6500, 0, {DUI, DCTL}}, 752 #define DCTL global() macro
|