Home
last modified time | relevance | path

Searched refs:DWC3_GHWPARAMS1_EN_PWROPT (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/usb/dwc3/
Dcore.h346 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) macro
Dcore.c886 switch (DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1)) { in dwc3_core_setup_global_control()
Dgadget.c4096 pwropt = DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1); in dwc3_gadget_linksts_change_interrupt()