Searched refs:EP_STS_SETUP (Results 1 – 6 of 6) sorted by relevance
59 if (ep_sts & EP_STS_SETUP) in cdns3_decode_ep_irq()
602 return !!(ep_sts_reg & (EP_STS_SETUP | EP_STS_STPWAIT)); in cdns3_check_new_setup()623 if (ep_sts_reg & EP_STS_SETUP) in cdns3_check_ep0_interrupt_proceed()
610 #define EP_STS_SETUP BIT(0) macro
60 if (ep_sts & EP_STS_SETUP) in cdns3_decode_ep_irq()
636 return !!(ep_sts_reg & (EP_STS_SETUP | EP_STS_STPWAIT)); in cdns3_check_new_setup()657 if (ep_sts_reg & EP_STS_SETUP) in cdns3_check_ep0_interrupt_proceed()
609 #define EP_STS_SETUP BIT(0) macro