15#define DWUSB_GCTL 0xc110
16#define DWUSB_GCTL_PRTDIR( x ) ( (x) << 12 )
17#define DWUSB_GCTL_PRTDIR_HOST \
18 DWUSB_GCTL_PRTDIR ( 1 )
19#define DWUSB_GCTL_PRTDIR_MASK \
20 DWUSB_GCTL_PRTDIR ( 3 )
21#define DWUSB_GCTL_RESET 0x00000800
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
USB eXtensible Host Controller Interface (xHCI) driver.