Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Ddwc3-imx8mp.c47 #define USB_CTRL1_OC_POLARITY BIT(16) /* 0 - HIGH / 1 - LOW */ macro
86 value |= USB_CTRL1_OC_POLARITY; in imx8mp_configure_glue()
88 value &= ~USB_CTRL1_OC_POLARITY; in imx8mp_configure_glue()