Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dudc-xilinx.c79 #define XUSB_EP_CFG_STALL_MASK 0x40000000 /* Endpoint Stall bit */ macro
779 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_ep_set_halt()
784 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_ep_set_halt()
1455 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_clear_stall_all_ep()
1570 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_ep0_stall()
1627 halt = epcfgreg & XUSB_EP_CFG_STALL_MASK; in xudc_getstatus()
1710 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1715 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1721 epcfgreg &= ~(XUSB_EP_CFG_STALL_MASK | in xudc_set_clear_feature()