Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Ddwc3-imx8mp.c50 #define USB_CTRL1_PWR_POLARITY BIT(17) /* 0 - HIGH / 1 - LOW */ macro
93 value |= USB_CTRL1_PWR_POLARITY; in imx8mp_configure_glue()
95 value &= ~USB_CTRL1_PWR_POLARITY; in imx8mp_configure_glue()