Home
last modified time | relevance | path

Searched refs:DWC3_DCTL_L1_HIBER_EN (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h253 #define DWC3_DCTL_L1_HIBER_EN (1 << 18) macro
H A Dgadget.c2195 reg &= ~(DWC3_DCTL_HIRD_THRES_MASK | DWC3_DCTL_L1_HIBER_EN); in dwc3_gadget_conndone_interrupt()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h458 #define DWC3_DCTL_L1_HIBER_EN BIT(18) macro
H A Dgadget.c4231 reg &= ~(DWC3_DCTL_HIRD_THRES_MASK | DWC3_DCTL_L1_HIBER_EN); in dwc3_gadget_conndone_interrupt()