Home
last modified time | relevance | path

Searched refs:EP_CFG_ENABLE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dgadget.c1383 * EP_CFG_ENABLE must be set before updating ep_traddr. in cdns3_ep_run_transfer()
1389 EP_CFG_ENABLE); in cdns3_ep_run_transfer()
1751 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()
2089 * @enable: set EP_CFG_ENABLE bit in ep_cfg register.
2176 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()
2513 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_gadget_ep_disable()
H A Dep0.c847 ep_cfg = EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size); in cdns3_ep0_config()
H A Dgadget.h544 #define EP_CFG_ENABLE BIT(0) macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-gadget.c1388 * EP_CFG_ENABLE must be set before updating ep_traddr. in cdns3_ep_run_transfer()
1394 EP_CFG_ENABLE); in cdns3_ep_run_transfer()
1756 ep_cfg &= ~EP_CFG_ENABLE; in cdns3_check_ep_interrupt_proceed()
2094 * @enable: set EP_CFG_ENABLE bit in ep_cfg register.
2181 ep_cfg |= EP_CFG_ENABLE; in cdns3_ep_config()
2518 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

Completed in 15 milliseconds