Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Ddebug.h62 if (ep_sts & EP_STS_IOC) in cdns3_decode_ep_irq()
H A Dep0.c660 if (priv_dev->wait_for_setup && ep_sts_reg & EP_STS_IOC) { in cdns3_check_ep0_interrupt_proceed()
664 } else if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP)) { in cdns3_check_ep0_interrupt_proceed()
H A Dgadget.h613 #define EP_STS_IOC BIT(2) macro
H A Dgadget.c1252 if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP)) { in cdns3_check_ep_interrupt_proceed()