Lines Matching defs:mtk_mmc_compatible
415 struct mtk_mmc_compatible { struct
416 u8 clk_div_bits;
417 bool recheck_sdio_irq;
418 bool hs400_tune; /* only used for MT8173 */
419 bool needs_top_base;
420 u32 pad_tune_reg;
421 bool async_fifo;
422 bool data_tune;
423 bool busy_check;
424 bool stop_clk_fix;
425 u8 stop_dly_sel;
426 u8 pop_en_cnt;
450 const struct mtk_mmc_compatible *dev_comp; argument