mmc: tmio: sdhi: Add calibration tables
[oweals/u-boot.git] / drivers / mmc / tmio-common.h
index 79f51d21af616e85801dc52f98d34aec28e14550..047458849bdd3ad84cf15dada2b6e49a1e0cf7ab 100644 (file)
@@ -145,6 +145,8 @@ struct tmio_sd_priv {
        bool                            adjust_hs400_enable;
        u8                              adjust_hs400_offset;
        u8                              adjust_hs400_calibrate;
+       u8                              hs400_bad_tap;
+       const u8                        *adjust_hs400_calib_table;
 #endif
        ulong (*clk_get_rate)(struct tmio_sd_priv *);
 };