Searched refs:DWC3_GHWPARAMS1_EN_PWROPT (Results 1 – 5 of 5) sorted by relevance
176 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) macro
84 switch (DWC3_GHWPARAMS1_EN_PWROPT(dwc3_hwparams1)) { in dwc3_core_init()
189 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) macro
450 switch (DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1)) { in dwc3_core_init()
2277 pwropt = DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1); in dwc3_gadget_linksts_change_interrupt()