Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-mxc.c19 #define MX25_OTG_SIC_MASK (0x3 << MX25_OTG_SIC_SHIFT) macro
72 v &= ~(MX25_OTG_SIC_MASK | MX25_OTG_PM_BIT | MX25_OTG_PP_BIT | in mxc_set_usbcontrol()
/openbmc/linux/drivers/usb/chipidea/
H A Dusbmisc_imx.c24 #define MX25_OTG_SIC_MASK (0x3 << MX25_OTG_SIC_SHIFT) macro
181 val &= ~(MX25_OTG_SIC_MASK | MX25_OTG_PP_BIT); in usbmisc_imx25_init()