Searched refs:USB_STS_CFGSTS_MASK (Results 1 – 2 of 2) sorted by relevance
196 #define USB_STS_CFGSTS_MASK BIT(0) macro197 #define USB_STS_CFGSTS(p) ((p) & USB_STS_CFGSTS_MASK)
727 val & USB_STS_CFGSTS_MASK, 1, 100); in cdns3_gadget_ep0_queue()