Home
last modified time | relevance | path

Searched full:tx_de_emphasis_quirk (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Ddwc3-uboot.h33 unsigned tx_de_emphasis_quirk; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c370 if (dwc->tx_de_emphasis_quirk) in dwc3_phy_setup()
673 dwc->tx_de_emphasis_quirk = dwc3_dev->tx_de_emphasis_quirk; in dwc3_uboot_init()
H A Dcore.h691 * @tx_de_emphasis_quirk: set if we enable Tx de-emphasis quirk
817 unsigned tx_de_emphasis_quirk:1; member
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3.yaml178 snps,tx_de_emphasis_quirk:
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c171 PROPERTY_ENTRY_BOOL("snps,tx_de_emphasis_quirk"),
H A Dcore.c679 if (dwc->tx_de_emphasis_quirk) in dwc3_phy_setup()
1634 dwc->tx_de_emphasis_quirk = device_property_read_bool(dev, in dwc3_get_properties()
1635 "snps,tx_de_emphasis_quirk"); in dwc3_get_properties()
H A Dcore.h1120 * @tx_de_emphasis_quirk: set if we enable Tx de-emphasis quirk
1347 unsigned tx_de_emphasis_quirk:1; member
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-hikey960.dts678 snps,tx_de_emphasis_quirk;