Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-mxc.c20 #define MX25_OTG_SIC_MASK (0x3 << MX25_OTG_SIC_SHIFT) macro
73 v &= ~(MX25_OTG_SIC_MASK | MX25_OTG_PM_BIT | MX25_OTG_PP_BIT | in mxc_set_usbcontrol()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dusbmisc_imx.c23 #define MX25_OTG_SIC_MASK (0x3 << MX25_OTG_SIC_SHIFT) macro
176 val &= ~(MX25_OTG_SIC_MASK | MX25_OTG_PP_BIT); in usbmisc_imx25_init()