Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/dwc3/
Dcore.h279 #define DWC3_DEPCMD_STATUS_MASK (0x0f << 12) macro
280 #define DWC3_DEPCMD_STATUS(x) (((x) & DWC3_DEPCMD_STATUS_MASK) >> 12)