Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-esdhc-imx.c308 struct pltfm_imx_data *imx_data = sdhci_pltfm_priv(pltfm_host); in esdhc_readl_le() local
323 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1) in esdhc_readl_le()
340 if (esdhc_is_usdhc(imx_data)) { in esdhc_readl_le()
341 if (imx_data->socdata->flags & ESDHC_FLAG_HAVE_CAP1) in esdhc_readl_le()
350 if (imx_data->socdata->flags & ESDHC_FLAG_HS400) in esdhc_readl_le()
357 if (IS_ERR_OR_NULL(imx_data->pins_100mhz) || in esdhc_readl_le()
358 IS_ERR_OR_NULL(imx_data->pins_200mhz)) in esdhc_readl_le()
364 if (unlikely(reg == SDHCI_MAX_CURRENT) && esdhc_is_usdhc(imx_data)) { in esdhc_readl_le()
381 if ((imx_data->multiblock_status == WAIT_FOR_INT) && in esdhc_readl_le()
386 imx_data->multiblock_status = NO_CMD_PENDING; in esdhc_readl_le()
[all …]
/Linux-v5.4/drivers/gpio/
Dgpio-vf610.c64 static const struct fsl_gpio_soc_data imx_data = { variable
70 { .compatible = "fsl,imx7ulp-gpio", .data = &imx_data, },