Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdns3-gadget.c1339 EP_CFG_ENABLE); in cdns3_ep_run_transfer()
1691 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()
2115 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()
2445 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
Dcdns3-ep0.c847 ep_cfg = EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size); in cdns3_ep0_config()
Dcdns3-gadget.h545 #define EP_CFG_ENABLE BIT(0) macro