Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.h365 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) macro
H A Dcore.c1013 power_opt = DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1); in dwc3_core_setup_global_control()
H A Dgadget.c4321 pwropt = DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1); in dwc3_gadget_linksts_change_interrupt()