Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dudc-xilinx.c85 #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()
1448 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_clear_stall_all_ep()
1563 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_ep0_stall()
1618 halt = epcfgreg & XUSB_EP_CFG_STALL_MASK; in xudc_getstatus()
1695 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1700 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1706 epcfgreg &= ~(XUSB_EP_CFG_STALL_MASK | in xudc_set_clear_feature()