mmc: tmio: sdhi: Add calibration tables
[oweals/u-boot.git] / drivers / mmc / tmio-common.h
index 58ce3d65b02b22ad38256745773e7eba9e4c98dc..047458849bdd3ad84cf15dada2b6e49a1e0cf7ab 100644 (file)
@@ -137,8 +137,16 @@ struct tmio_sd_priv {
        struct clk                      clk;
 #endif
 #if CONFIG_IS_ENABLED(RENESAS_SDHI)
+       unsigned int                    smpcmp;
        u8                              tap_set;
+       u8                              tap_num;
        u8                              nrtaps;
+       bool                            needs_adjust_hs400;
+       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 *);
 };