Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dudc-xilinx.c80 #define XUSB_EP_CFG_STALL_MASK 0x40000000 /* Endpoint Stall bit */ macro
778 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_ep_set_halt()
783 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_ep_set_halt()
1451 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_clear_stall_all_ep()
1566 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_ep0_stall()
1623 halt = epcfgreg & XUSB_EP_CFG_STALL_MASK; in xudc_getstatus()
1704 epcfgreg &= ~XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1709 epcfgreg |= XUSB_EP_CFG_STALL_MASK; in xudc_set_clear_feature()
1715 epcfgreg &= ~(XUSB_EP_CFG_STALL_MASK | in xudc_set_clear_feature()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds