Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_xfer_dma.c769 ep_ctrl |= DEPCTL_STALL; in dwc2_udc_ep0_set_stall()
967 ep_ctrl |= DEPCTL_STALL; in dwc2_udc_ep_set_stall()
977 ep_ctrl |= DEPCTL_STALL; in dwc2_udc_ep_set_stall()
999 ep_ctrl &= ~DEPCTL_STALL; in dwc2_udc_ep_clear_stall()
1020 ep_ctrl &= ~DEPCTL_STALL; in dwc2_udc_ep_clear_stall()
Ddwc2_udc_otg_regs.h171 #define DEPCTL_STALL (0x1<<21) macro