Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/usb/
Dmsm_hsusb_hw.h49 #define OTGSC_INTSTS_MASK (0x7f << 16) macro
/linux-3.4.99/drivers/usb/otg/
Dfsl_otg.c141 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_chrg_vbus()
159 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_dischrg_vbus()
195 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_loc_conn()
231 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_start_pulse()
705 otg_int_src = otg_sc & OTGSC_INTSTS_MASK & (otg_sc >> 8); in fsl_otg_isr()
Dfsl_otg.h188 #define OTGSC_INTSTS_MASK (0x00ff0000) macro