Home
last modified time | relevance | path

Searched refs:EP_CMD_CSTALL (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/usb/cdns3/
Dcdns3-gadget.h584 #define EP_CMD_CSTALL BIT(2) macro
Dcdns3-gadget.c2447 !(val & (EP_CMD_CSTALL | EP_CMD_EPRST)), in cdns3_gadget_ep_enable()
2532 !(val & (EP_CMD_CSTALL | EP_CMD_EPRST)), in cdns3_gadget_ep_disable()
2804 writel(EP_CMD_CSTALL | EP_CMD_EPRST, &priv_dev->regs->ep_cmd); in __cdns3_gadget_ep_clear_halt()