Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dmv_udc.h84 #define PORTSCX_PORT_RESET 0x00000100 macro
Dfsl_usb2_udc.h203 #define PORTSCX_PORT_RESET 0x00000100 macro
Dfsl_udc_core.c1742 if (!(fsl_readl(&dr_regs->portsc1) & PORTSCX_PORT_RESET)) in port_change_irq()
1834 if (fsl_readl(&dr_regs->portsc1) & PORTSCX_PORT_RESET) { in reset_irq()
2116 (tmp_reg & PORTSCX_PORT_RESET) ? "In Reset" : in fsl_proc_read()
Dmv_udc_core.c1894 if (readl(&udc->op_regs->portsc[0]) & PORTSCX_PORT_RESET) { in irq_process_reset()
1954 if (!(portsc & PORTSCX_PORT_RESET)) { in irq_process_port_change()