Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/udc/
Dudc-xilinx.c80 #define XUSB_EP_CFG_STALL_MASK 0x40000000 /* Endpoint Stall bit */ macro
774 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_ep_set_halt()
779 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_ep_set_halt()
1447 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_clear_stall_all_ep()
1562 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_ep0_stall()
1617 halt = epcfgreg & XUSB_EP_CFG_STALL_MASK; in xudc_getstatus()
1694 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1699 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1705 epcfgreg &= ~(XUSB_EP_CFG_STALL_MASK | in xudc_set_clear_feature()