|
@@ -224,6 +224,8 @@ struct mmci_host;
|
|
|
* @datactrl_blksz: block size in power of two
|
|
|
* @datactrl_dpsm_enable: enable value for DPSM
|
|
|
* @datactrl_first: true if data must be setup before send command
|
|
|
+ * @datacnt_useless: true if you could not use datacnt register to read
|
|
|
+ * remaining data
|
|
|
* @pwrreg_powerup: power up value for MMCIPOWER register
|
|
|
* @f_max: maximum clk frequency supported by the controller.
|
|
|
* @signal_direction: input/out direction of bus signals can be indicated
|
|
@@ -264,6 +266,7 @@ struct variant_data {
|
|
|
unsigned int datactrl_blocksz;
|
|
|
unsigned int datactrl_dpsm_enable;
|
|
|
u8 datactrl_first:1;
|
|
|
+ u8 datacnt_useless:1;
|
|
|
u8 st_sdio:1;
|
|
|
u8 st_clkdiv:1;
|
|
|
u8 blksz_datactrl16:1;
|