Home
last modified time | relevance | path

Searched refs:imx_data (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/mmc/host/
Dsdhci-esdhc-imx.c449 struct pltfm_imx_data *imx_data = sdhci_pltfm_priv(pltfm_host); in usdhc_auto_tuning_mode_sel_and_en() local
478 if (imx_data->init_card_type == MMC_TYPE_SDIO) in usdhc_auto_tuning_mode_sel_and_en()
493 struct pltfm_imx_data *imx_data = sdhci_pltfm_priv(pltfm_host); in esdhc_readl_le() local
508 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1) in esdhc_readl_le()
525 if (esdhc_is_usdhc(imx_data)) { in esdhc_readl_le()
526 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1) in esdhc_readl_le()
540 if (IS_ERR_OR_NULL(imx_data->pins_100mhz)) in esdhc_readl_le()
542 if (IS_ERR_OR_NULL(imx_data->pins_200mhz)) in esdhc_readl_le()
547 if (unlikely(reg == SDHCI_MAX_CURRENT) && esdhc_is_usdhc(imx_data)) { in esdhc_readl_le()
564 if ((imx_data->multiblock_status == WAIT_FOR_INT) && in esdhc_readl_le()
[all …]
/linux-6.12.1/drivers/gpio/
Dgpio-vf610.c71 static const struct fsl_gpio_soc_data imx_data = { variable
82 { .compatible = "fsl,imx7ulp-gpio", .data = &imx_data, },