Searched full:gusb2phycfg (Results 1 – 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | debugfs.c | 92 dump_register(GUSB2PHYCFG(0)), 93 dump_register(GUSB2PHYCFG(1)), 94 dump_register(GUSB2PHYCFG(2)), 95 dump_register(GUSB2PHYCFG(3)), 96 dump_register(GUSB2PHYCFG(4)), 97 dump_register(GUSB2PHYCFG(5)), 98 dump_register(GUSB2PHYCFG(6)), 99 dump_register(GUSB2PHYCFG(7)), 100 dump_register(GUSB2PHYCFG(8)), 101 dump_register(GUSB2PHYCFG(9)), [all …]
|
| D | drd.c | 230 /* GUSB2PHYCFG.ULPIAutoRes = 1/0, GUSB2PHYCFG.SusPHY = 1 */ in dwc3_otg_host_init() 293 /* GUSB2PHYCFG.ULPIAutoRes = 0, GUSB2PHYCFG0.SusPHY = 1 */ in dwc3_otg_device_init()
|
| D | core.c | 290 * Note: GUSB3PIPECTL[n] and GUSB2PHYCFG[n] are port settings where n in dwc3_core_soft_reset() 743 * For DRD controllers, GUSB2PHYCFG.SUSPHY must be cleared after in dwc3_phy_setup() 1803 /* Restore GUSB2PHYCFG bits that were modified in suspend */ in dwc3_resume_common()
|
| D | core.h | 1041 * @dis_enblslpm_quirk: set if we clear enblslpm in GUSB2PHYCFG, 1047 * in GUSB2PHYCFG, specify that USB2 PHY doesn't
|
| D | gadget.c | 286 * When operating in USB 2.0 speeds (HS/FS), if GUSB2PHYCFG.ENBLSLPM or in dwc3_send_gadget_ep_cmd() 287 * GUSB2PHYCFG.SUSPHY is set, it must be cleared before issuing an in dwc3_send_gadget_ep_cmd() 290 * Save and clear both GUSB2PHYCFG.ENBLSLPM and GUSB2PHYCFG.SUSPHY in dwc3_send_gadget_ep_cmd()
|
| /kernel/linux/linux-6.6/drivers/usb/dwc3/ |
| D | debugfs.c | 95 dump_register(GUSB2PHYCFG(0)), 96 dump_register(GUSB2PHYCFG(1)), 97 dump_register(GUSB2PHYCFG(2)), 98 dump_register(GUSB2PHYCFG(3)), 99 dump_register(GUSB2PHYCFG(4)), 100 dump_register(GUSB2PHYCFG(5)), 101 dump_register(GUSB2PHYCFG(6)), 102 dump_register(GUSB2PHYCFG(7)), 103 dump_register(GUSB2PHYCFG(8)), 104 dump_register(GUSB2PHYCFG(9)), [all …]
|
| D | drd.c | 230 /* GUSB2PHYCFG.ULPIAutoRes = 1/0, GUSB2PHYCFG.SusPHY = 1 */ in dwc3_otg_host_init() 293 /* GUSB2PHYCFG.ULPIAutoRes = 0, GUSB2PHYCFG0.SusPHY = 1 */ in dwc3_otg_device_init()
|
| D | core.c | 701 * For DRD controllers, GUSB2PHYCFG.SUSPHY must be cleared after in dwc3_phy_setup() 723 * ULPIEXTVBUSDRV bit[17] of the GUSB2PHYCFG register to drive vBus in dwc3_phy_setup() 2137 /* Restore GUSB2PHYCFG bits that were modified in suspend */ in dwc3_resume_common()
|
| D | core.h | 1096 * @dis_enblslpm_quirk: set if we clear enblslpm in GUSB2PHYCFG, 1104 * in GUSB2PHYCFG, specify that USB2 PHY doesn't
|
| D | gadget.c | 304 * When operating in USB 2.0 speeds (HS/FS), if GUSB2PHYCFG.ENBLSLPM or in dwc3_send_gadget_ep_cmd() 305 * GUSB2PHYCFG.SUSPHY is set, it must be cleared before issuing an in dwc3_send_gadget_ep_cmd() 308 * Save and clear both GUSB2PHYCFG.ENBLSLPM and GUSB2PHYCFG.SUSPHY in dwc3_send_gadget_ep_cmd()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 64 - snps,dis_enblslpm_quirk: when set clears the enblslpm in GUSB2PHYCFG, 71 in GUSB2PHYCFG, specify that USB2 PHY doesn't provide
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | snps,dwc3.yaml | 202 When set clears the enblslpm in GUSB2PHYCFG, disabling the suspend signal 221 When set, clear the u2_freeclk_exists in GUSB2PHYCFG, specify that USB2
|
| /kernel/linux/linux-6.6/drivers/phy/broadcom/ |
| D | phy-brcm-usb-init-synopsys.c | 156 USB_XHCI_GBL_UNSET(xhci_gbl, GUSB2PHYCFG, U2_FREECLK_EXISTS); in xhci_soft_reset()
|
| /kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 350787 +#define GUSB2PHYCFG 0xc204 351055 + reg = readl(ctrl_base + GUSB2PHYCFG); 351057 + writel(reg, ctrl_base + GUSB2PHYCFG);
|