Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dmv_udc.h85 #define PORTSCX_PORT_SUSPEND 0x00000080 macro
H A Dfsl_usb2_udc.h198 #define PORTSCX_PORT_SUSPEND 0x00000080 macro
H A Dfsl_udc_core.c1159 if (!(portsc & PORTSCX_PORT_SUSPEND)) in fsl_wakeup()
1880 if ((fsl_readl(&dr_regs->portsc1) & PORTSCX_PORT_SUSPEND) == 0) in fsl_udc_irq()
2117 (tmp_reg & PORTSCX_PORT_SUSPEND) ? "In " : "Not in", in fsl_proc_read()
H A Dmv_udc_core.c1137 if (!(portsc & PORTSCX_PORT_SUSPEND)) in mv_udc_wakeup()
1972 if (portsc & PORTSCX_PORT_SUSPEND) { in irq_process_port_change()
1982 if (!(portsc & PORTSCX_PORT_SUSPEND) in irq_process_port_change()