Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c1089 if (index && ctrl & DXEPCTL_STALL) { in dwc2_hsotg_start_req()
1908 ctrl |= DXEPCTL_STALL; in dwc2_hsotg_stall_ep0()
2840 if ((epctl & DXEPCTL_STALL) && (epctl & DXEPCTL_EPTYPE_BULK)) { in dwc2_gadget_handle_ep_disabled()
3875 epctrl |= DXEPCTL_STALL; in dwc2_hsotg_irq()
4420 epctl |= DXEPCTL_STALL | DXEPCTL_SNAK; in dwc2_hsotg_ep_sethalt()
4424 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
4444 epctl &= ~DXEPCTL_STALL; in dwc2_hsotg_ep_sethalt()
H A Dhw.h537 #define DXEPCTL_STALL BIT(21) macro
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h561 #define DXEPCTL_STALL BIT(21) macro