Home
last modified time | relevance | path

Searched defs:sdhci_cdns_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-cadence.c68 struct sdhci_cdns_priv { struct
73 void (*priv_writel)(struct sdhci_cdns_priv *priv, u32 val, void __iomem *reg); argument
74 struct reset_control *rst_hw;
75 unsigned int nr_phy_params;
76 struct sdhci_cdns_phy_param phy_params[];
186 static void *sdhci_cdns_priv(struct sdhci_host *host) in sdhci_cdns_priv() function