Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc2 / core.h
index 52a4fd2ff208dfc5d34a2e7ab8eb8dc42410088e..bf015ab3b44c80ae76631b3d63268a0701ef5707 100644 (file)
@@ -139,6 +139,7 @@ struct s3c_hsotg_ep {
        unsigned int            last_load;
        unsigned int            fifo_load;
        unsigned short          fifo_size;
+       unsigned short          fifo_index;
 
        unsigned char           dir_in;
        unsigned char           index;
@@ -194,8 +195,10 @@ struct s3c_hsotg {
        struct regulator_bulk_data supplies[ARRAY_SIZE(s3c_hsotg_supply_names)];
 
        u32                     phyif;
+       int                     fifo_mem;
        unsigned int            dedicated_fifos:1;
        unsigned char           num_of_eps;
+       u32                     fifo_map;
 
        struct dentry           *debug_root;
        struct dentry           *debug_file;