Home
last modified time | relevance | path

Searched refs:DWC3_GHWPARAMS6_EN_FPGA (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h214 #define DWC3_GHWPARAMS6_EN_FPGA (1 << 7) macro
H A Dcore.c487 if (dwc->hwparams.hwparams6 & DWC3_GHWPARAMS6_EN_FPGA) { in dwc3_core_init()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h384 #define DWC3_GHWPARAMS6_EN_FPGA BIT(7) macro
H A Dcore.c967 if (dwc->hwparams.hwparams6 & DWC3_GHWPARAMS6_EN_FPGA) { in dwc3_core_setup_global_control()