Home
last modified time | relevance | path

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

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