Home
last modified time | relevance | path

Searched full:u2_freeclk_exists (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Ddwc3.txt70 - snps,dis-u2-freeclk-exists-quirk: when set, clear the u2_freeclk_exists
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml221 When set, clear the u2_freeclk_exists in GUSB2PHYCFG, specify that USB2
/kernel/linux/linux-6.6/drivers/phy/broadcom/
Dphy-brcm-usb-init-synopsys.c156 USB_XHCI_GBL_UNSET(xhci_gbl, GUSB2PHYCFG, U2_FREECLK_EXISTS); in xhci_soft_reset()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dcore.h1046 * @dis_u2_freeclk_exists_quirk : set if we clear u2_freeclk_exists
/kernel/linux/linux-6.6/drivers/usb/dwc3/
Dcore.h1110 * @dis_u2_freeclk_exists_quirk : set if we clear u2_freeclk_exists
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch54695 +#define U2_FREECLK_EXISTS (0x1 << 30)
54925 + reg &= ~U2_FREECLK_EXISTS;