]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/ehci.h
dm: usb: Refactor EHCI init
[people/ms/u-boot.git] / drivers / usb / host / ehci.h
index 0fd59bc107876c37d1c7ce9a9d09f65b6c971d09..2ca111a3002d20639946bb71b1890d3565413001 100644 (file)
@@ -238,6 +238,12 @@ struct QH {
        };
 };
 
+/* Tweak flags for EHCI, used to control operation */
+enum {
+       /* don't use or_configflag in init */
+       EHCI_TWEAK_NO_INIT_CF           = 1 << 0,
+};
+
 struct ehci_ctrl {
        struct ehci_hccr *hccr; /* R/O registers, not need for volatile */
        struct ehci_hcor *hcor;