Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Ddesignware_udc.h35 #define ENDP_CNTL_STALL 0x00000001 macro
/openbmc/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c145 writel(readl(&inep_regs_p[ep_num].endp_cntl) | ENDP_CNTL_STALL, in udc_stall_ep()
148 writel(readl(&outep_regs_p[ep_num].endp_cntl) | ENDP_CNTL_STALL, in udc_stall_ep()