Home
last modified time | relevance | path

Searched refs:DWC2_GOTGCTL_HSTSETHNPEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h75 #define DWC2_GOTGCTL_HSTSETHNPEN (1 << 10) macro
H A Ddwc2.c275 clrbits_le32(&regs->gotgctl, DWC2_GOTGCTL_HSTSETHNPEN); in dwc_otg_core_host_init()