Lines Matching refs:match_priv
368 const struct brcmstb_match_priv *match_priv; in sdhci_brcmstb_probe() local
380 match_priv = match->data; in sdhci_brcmstb_probe()
390 brcmstb_pdata.ops = match_priv->ops; in sdhci_brcmstb_probe()
400 match_priv->ops->irq = sdhci_brcmstb_cqhci_irq; in sdhci_brcmstb_probe()
419 if ((match_priv->flags & BRCMSTB_MATCH_FLAGS_HAS_CLOCK_GATE) && in sdhci_brcmstb_probe()
427 if (match_priv->hs400es && in sdhci_brcmstb_probe()
429 host->mmc_host_ops.hs400_enhanced_strobe = match_priv->hs400es; in sdhci_brcmstb_probe()
431 if (match_priv->cfginit) in sdhci_brcmstb_probe()
432 match_priv->cfginit(host); in sdhci_brcmstb_probe()
440 if (match_priv->flags & BRCMSTB_MATCH_FLAGS_NO_64BIT) in sdhci_brcmstb_probe()
445 if (match_priv->flags & BRCMSTB_MATCH_FLAGS_BROKEN_TIMEOUT) in sdhci_brcmstb_probe()
448 if (!(match_priv->flags & BRCMSTB_MATCH_FLAGS_USE_CARD_BUSY)) in sdhci_brcmstb_probe()