Searched refs:wmt_caps (Results 1 – 1 of 1) sorted by relevance
753 const struct wmt_mci_caps *wmt_caps; in wmt_mci_probe() local757 wmt_caps = of_device_get_match_data(&pdev->dev); in wmt_mci_probe()758 if (!wmt_caps) { in wmt_mci_probe()785 mmc->f_min = wmt_caps->f_min; in wmt_mci_probe()786 mmc->f_max = wmt_caps->f_max; in wmt_mci_probe()787 mmc->ocr_avail = wmt_caps->ocr_avail; in wmt_mci_probe()788 mmc->caps = wmt_caps->caps; in wmt_mci_probe()790 mmc->max_seg_size = wmt_caps->max_seg_size; in wmt_mci_probe()791 mmc->max_segs = wmt_caps->max_segs; in wmt_mci_probe()792 mmc->max_blk_size = wmt_caps->max_blk_size; in wmt_mci_probe()