Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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