Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-debug.h63 if (ep_sts & EP_STS_ISP) in cdns3_decode_ep_irq()
Dcdns3-ep0.c629 } else if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP)) { in cdns3_check_ep0_interrupt_proceed()
Dcdns3-gadget.h617 #define EP_STS_ISP BIT(3) macro
Dcdns3-gadget.c1719 if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP) || in cdns3_check_ep_interrupt_proceed()
1722 if (ep_sts_reg & EP_STS_ISP) in cdns3_check_ep_interrupt_proceed()
1730 (ep_sts_reg & EP_STS_ISP)) { in cdns3_check_ep_interrupt_proceed()