Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c44 #define USB_CTRL0_PORTPWR_EN BIT(12) /* 1 - PPC enabled (default) */ macro
79 value &= ~(USB_CTRL0_PORTPWR_EN); in imx8mp_configure_glue()
81 value |= USB_CTRL0_PORTPWR_EN; in imx8mp_configure_glue()