Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-dwc3.c87 switch (DWC3_GHWPARAMS1_EN_PWROPT(dwc3_hwparams1)) { in dwc3_core_init()
/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h177 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h207 #define DWC3_GHWPARAMS1_EN_PWROPT(n) (((n) & (3 << 24)) >> 24) macro
H A Dcore.c512 switch (DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1)) { in dwc3_core_init()
H A Dgadget.c2321 pwropt = DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams1); in dwc3_gadget_linksts_change_interrupt()