Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c791 ep_ctrl |= DEPCTL_STALL; in dwc2_udc_ep0_set_stall()
989 ep_ctrl |= DEPCTL_STALL; in dwc2_udc_ep_set_stall()
999 ep_ctrl |= DEPCTL_STALL; in dwc2_udc_ep_set_stall()
1021 ep_ctrl &= ~DEPCTL_STALL; in dwc2_udc_ep_clear_stall()
1042 ep_ctrl &= ~DEPCTL_STALL; in dwc2_udc_ep_clear_stall()
H A Ddwc2_udc_otg_regs.h184 #define DEPCTL_STALL (0x1<<21) macro