Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h196 #define USB_STS_CFGSTS_MASK BIT(0) macro
197 #define USB_STS_CFGSTS(p) ((p) & USB_STS_CFGSTS_MASK)
H A Dcdns3-ep0.c727 val & USB_STS_CFGSTS_MASK, 1, 100); in cdns3_gadget_ep0_queue()