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 FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
USB eXtensible Host Controller Interface (xHCI) driver.