Home
last modified time | relevance | path

Searched refs:EP_STS_SETUP (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Ddebug.h59 if (ep_sts & EP_STS_SETUP) in cdns3_decode_ep_irq()
H A Dep0.c602 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()
H A Dgadget.h610 #define EP_STS_SETUP BIT(0) macro
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Ddebug.h60 if (ep_sts & EP_STS_SETUP) in cdns3_decode_ep_irq()
H A Dep0.c636 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()
H A Dgadget.h609 #define EP_STS_SETUP BIT(0) macro