Searched defs:sh_mmcif_plat_data (Results 1 – 1 of 1) sorted by relevance
34 struct sh_mmcif_plat_data { struct35 int (*get_cd)(struct platform_device *pdef);36 unsigned int slave_id_tx; /* embedded slave_id_[tr]x */37 unsigned int slave_id_rx;38 bool use_cd_gpio : 1;39 bool ccs_unsupported : 1;40 bool clk_ctrl2_present : 1;41 unsigned int cd_gpio;42 u8 sup_pclk; /* 1 :SH7757, 0: SH7724/SH7372 */43 unsigned long caps;[all …]