Searched full:gusb2phycfg (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc3.c | 225 REG32(GUSB2PHYCFG, 0x100) 226 FIELD(GUSB2PHYCFG, U2_FREECLK_EXISTS, 30, 1) 227 FIELD(GUSB2PHYCFG, ULPI_LPM_WITH_OPMODE_CHK, 29, 1) 228 FIELD(GUSB2PHYCFG, RESERVED_25, 25, 1) 229 FIELD(GUSB2PHYCFG, LSTRD, 22, 3) 230 FIELD(GUSB2PHYCFG, LSIPD, 19, 3) 231 FIELD(GUSB2PHYCFG, ULPIEXTVBUSINDIACTOR, 18, 1) 232 FIELD(GUSB2PHYCFG, ULPIEXTVBUSDRV, 17, 1) 233 FIELD(GUSB2PHYCFG, RESERVED_16, 16, 1) 234 FIELD(GUSB2PHYCFG, ULPIAUTORES, 15, 1) [all …]
|
/openbmc/linux/drivers/usb/dwc3/ |
H A 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 …]
|
H A 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()
|
H A D | gadget.c | 300 * GUSB2PHYCFG.SUSPENDUSB2, which turns on the signal required to complete 321 * When operating in USB 2.0 speeds (HS/FS), if GUSB2PHYCFG.ENBLSLPM or in dwc3_send_gadget_ep_cmd() 322 * GUSB2PHYCFG.SUSPHY is set, it must be cleared before issuing an in dwc3_send_gadget_ep_cmd() 325 * Save and clear both GUSB2PHYCFG.ENBLSLPM and GUSB2PHYCFG.SUSPHY in dwc3_send_gadget_ep_cmd() 2628 * GUSB2PHYCFG.ENBLSLPM and GUSB2PHYCFG.SUSPHY are cleared before starting in dwc3_gadget_run_stop()
|
H A D | core.c | 734 * Similarly for DRD controllers, GUSB2PHYCFG.SUSPHY must be cleared in dwc3_phy_setup() 751 * ULPIEXTVBUSDRV bit[17] of the GUSB2PHYCFG register to drive vBus in dwc3_phy_setup() 2206 /* Restore GUSB2PHYCFG bits that were modified in suspend */ in dwc3_resume_common()
|
H A D | core.h | 1103 * @dis_enblslpm_quirk: set if we clear enblslpm in GUSB2PHYCFG, 1111 * in GUSB2PHYCFG, specify that USB2 PHY doesn't
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A 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
|
/openbmc/linux/drivers/phy/broadcom/ |
H A D | phy-brcm-usb-init-synopsys.c | 156 USB_XHCI_GBL_UNSET(xhci_gbl, GUSB2PHYCFG, U2_FREECLK_EXISTS); in xhci_soft_reset()
|