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

/linux-master/drivers/usb/cdns3/
H A Dcdns3-debug.h63 if (ep_sts & EP_STS_ISP)
H A Dcdns3-ep0.c629 } else if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP)) {
H A Dcdns3-gadget.c1775 if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP) ||
1778 if (ep_sts_reg & EP_STS_ISP)
1786 (ep_sts_reg & EP_STS_ISP)) {
H A Dcdns3-gadget.h620 #define EP_STS_ISP BIT(3) macro

Completed in 139 milliseconds