Index: uspace/drv/bus/usb/xhci/hw_struct/common.h
===================================================================
--- uspace/drv/bus/usb/xhci/hw_struct/common.h	(revision f8315ed63bb8607a34ac1798747317e9f60d3540)
+++ uspace/drv/bus/usb/xhci/hw_struct/common.h	(revision f711f06116f62c4ea5fb02b9075000c5692c6219)
@@ -59,4 +59,5 @@
 
 #define XHCI_DWORD_EXTRACT(field, hi, lo) (BIT_RANGE_EXTRACT(uint32_t, hi, lo, xhci2host(32, field)))
+#define XHCI_QWORD_EXTRACT(field, hi, lo) (BIT_RANGE_EXTRACT(uint64_t, hi, lo, xhci2host(64, field)))
 
 /**
