Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Dmv_udc.h80 #define PORTSCX_PORT_RESET 0x00000100 macro
Dfsl_usb2_udc.h199 #define PORTSCX_PORT_RESET 0x00000100 macro
Dfsl_udc_core.c1748 if (!(fsl_readl(&dr_regs->portsc1) & PORTSCX_PORT_RESET)) in port_change_irq()
1840 if (fsl_readl(&dr_regs->portsc1) & PORTSCX_PORT_RESET) { in reset_irq()
2121 (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()