Home
last modified time | relevance | path

Searched refs:wmt_caps (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dwmt-sdmmc.c753 const struct wmt_mci_caps *wmt_caps; in wmt_mci_probe() local
757 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 in wmt_mci_probe()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dwmt-sdmmc.c756 const struct wmt_mci_caps *wmt_caps; in wmt_mci_probe() local
765 wmt_caps = of_id->data; in wmt_mci_probe()
789 mmc->f_min = wmt_caps->f_min; in wmt_mci_probe()
790 mmc->f_max = wmt_caps->f_max; in wmt_mci_probe()
791 mmc->ocr_avail = wmt_caps->ocr_avail; in wmt_mci_probe()
792 mmc->caps = wmt_caps->caps; in wmt_mci_probe()
794 mmc->max_seg_size = wmt_caps->max_seg_size; in wmt_mci_probe()
795 mmc->max_segs = wmt_caps->max_segs; in wmt_mci_probe()
796 mmc->max_blk_size = wmt_caps->max_blk_size; in wmt_mci_probe()

Completed in 4 milliseconds