Home
last modified time | relevance | path

Searched refs:EP_STS_IOT (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Ddebug.h83 if (ep_sts & EP_STS_IOT) in cdns3_decode_ep_irq()
H A Dgadget.h650 #define EP_STS_IOT BIT(19) macro
H A Dgadget.c1711 (ep_sts_reg & EP_STS_IOT)) { in cdns3_check_ep_interrupt_proceed()
1730 } else if (ep_sts_reg & EP_STS_IOT) { in cdns3_check_ep_interrupt_proceed()
1740 (priv_ep->ep_sts_pending & EP_STS_IOT) && priv_ep->use_streams) { in cdns3_check_ep_interrupt_proceed()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Ddebug.h84 if (ep_sts & EP_STS_IOT) in cdns3_decode_ep_irq()
H A Dgadget.h649 #define EP_STS_IOT BIT(19) macro