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