Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/cdns3/
Dgadget.h195 #define USB_STS_CFGSTS_MASK BIT(0) macro
196 #define USB_STS_CFGSTS(p) ((p) & USB_STS_CFGSTS_MASK)
Dep0.c727 val & USB_STS_CFGSTS_MASK, 1, 100); in cdns3_gadget_ep0_queue()