configs: rpi: set NR_DRAM_BANKS to four
[oweals/u-boot.git] / include / usb / xhci.h
index 60175044884937dc8e7ff4bd3b284d52bd54cebd..20e4a21066fbd008eb72bded60d16d20e5f35c93 100644 (file)
@@ -670,6 +670,9 @@ struct xhci_ep_ctx {
 /* deq bitmasks */
 #define EP_CTX_CYCLE_MASK              (1 << 0)
 
+/* reserved[0] bitmasks, MediaTek xHCI used */
+#define EP_BPKTS(p)    (((p) & 0x7f) << 0)
+#define EP_BBM(p)      (((p) & 0x1) << 11)
 
 /**
  * struct xhci_input_control_context