Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c1395 EP_CFG_ENABLE); in cdns3_ep_run_transfer()
1757 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()
2182 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()
2519 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
H A Dcdns3-ep0.c847 ep_cfg = EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size); in cdns3_ep0_config()
H A Dcdns3-gadget.h545 #define EP_CFG_ENABLE BIT(0) macro