Searched refs:DWC3_OCTL_HSTSETHNPEN (Results 1 – 2 of 2) sorted by relevance
132 reg &= ~(DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HSTSETHNPEN | in dwc3_otgregs_init()208 DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HSTSETHNPEN); in dwc3_otg_host_init()262 reg &= ~(DWC3_OCTL_HSTSETHNPEN | DWC3_OCTL_PRTPWRCTL); in dwc3_otg_host_exit()289 DWC3_OCTL_DEVSETHNPEN | DWC3_OCTL_HSTSETHNPEN); in dwc3_otg_device_init()
571 #define DWC3_OCTL_HSTSETHNPEN BIT(0) macro