Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/host/
Dsdhci-esdhc-imx.c456 struct pltfm_imx_data *imx_data = sdhci_pltfm_priv(pltfm_host); in esdhc_readl_le() local
471 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1) in esdhc_readl_le()
488 if (esdhc_is_usdhc(imx_data)) { in esdhc_readl_le()
489 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1) in esdhc_readl_le()
503 if (IS_ERR_OR_NULL(imx_data->pins_100mhz)) in esdhc_readl_le()
505 if (IS_ERR_OR_NULL(imx_data->pins_200mhz)) in esdhc_readl_le()
510 if (unlikely(reg == SDHCI_MAX_CURRENT) && esdhc_is_usdhc(imx_data)) { in esdhc_readl_le()
527 if ((imx_data->multiblock_status == WAIT_FOR_INT) && in esdhc_readl_le()
532 imx_data->multiblock_status = NO_CMD_PENDING; in esdhc_readl_le()
542 struct pltfm_imx_data *imx_data = sdhci_pltfm_priv(pltfm_host); in esdhc_writel_le() local
[all …]
/linux-5.19.10/drivers/gpio/
Dgpio-vf610.c65 static const struct fsl_gpio_soc_data imx_data = { variable
71 { .compatible = "fsl,imx7ulp-gpio", .data = &imx_data, },