Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.h50 #define USB_STS_ERR (0x1<<1) macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h159 #define USB_STS_ERR 0x00000002 macro
H A Dfsl_udc_core.c1924 if (irq_src & (USB_STS_ERR | USB_STS_SYS_ERR)) { in fsl_udc_irq()
2054 (tmp_reg & USB_STS_ERR) ? "Err detected" : "No err"); in fsl_proc_read()