Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-mxc.c21 #define MX25_OTG_PP_BIT (1 << 11) macro
72 v &= ~(MX25_OTG_SIC_MASK | MX25_OTG_PM_BIT | MX25_OTG_PP_BIT | in mxc_set_usbcontrol()
80 v |= MX25_OTG_PP_BIT; in mxc_set_usbcontrol()
/openbmc/linux/drivers/usb/chipidea/
H A Dusbmisc_imx.c26 #define MX25_OTG_PP_BIT BIT(11) macro
181 val &= ~(MX25_OTG_SIC_MASK | MX25_OTG_PP_BIT); in usbmisc_imx25_init()