Home
last modified time | relevance | path

Searched refs:EP_STS_IOC (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Ddebug.h61 if (ep_sts & EP_STS_IOC) in cdns3_decode_ep_irq()
H A Dep0.c626 if (priv_dev->wait_for_setup && ep_sts_reg & EP_STS_IOC) { in cdns3_check_ep0_interrupt_proceed()
629 } else if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP)) { in cdns3_check_ep0_interrupt_proceed()
H A Dgadget.c1719 ep_sts_reg &= ~(EP_STS_MD_EXIT | EP_STS_IOC); in cdns3_check_ep_interrupt_proceed()
1769 if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP) || in cdns3_check_ep_interrupt_proceed()
1779 if ((ep_sts_reg & EP_STS_IOC) || in cdns3_check_ep_interrupt_proceed()
H A Dgadget.h617 #define EP_STS_IOC BIT(2) macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-debug.h61 if (ep_sts & EP_STS_IOC) in cdns3_decode_ep_irq()
H A Dcdns3-ep0.c626 if (priv_dev->wait_for_setup && ep_sts_reg & EP_STS_IOC) { in cdns3_check_ep0_interrupt_proceed()
629 } else if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP)) { in cdns3_check_ep0_interrupt_proceed()
H A Dcdns3-gadget.c1724 ep_sts_reg &= ~(EP_STS_MD_EXIT | EP_STS_IOC); in cdns3_check_ep_interrupt_proceed()
1774 if ((ep_sts_reg & EP_STS_IOC) || (ep_sts_reg & EP_STS_ISP) || in cdns3_check_ep_interrupt_proceed()
1784 if ((ep_sts_reg & EP_STS_IOC) || in cdns3_check_ep_interrupt_proceed()
H A Dcdns3-gadget.h618 #define EP_STS_IOC BIT(2) macro

Completed in 14 milliseconds