Home
last modified time | relevance | path

Searched defs:DWC3_GHWPARAMS1_EN_PWROPT (Results 1 – 2 of 2) sorted by relevance

/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