Home
last modified time | relevance | path

Searched refs:BRCMSTB_PRIV_FLAGS_HAS_CQE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-brcmstb.c27 #define BRCMSTB_PRIV_FLAGS_HAS_CQE BIT(0) macro
207 if ((priv->flags & BRCMSTB_PRIV_FLAGS_HAS_CQE) == 0) in sdhci_brcmstb_add_host()
285 priv->flags |= BRCMSTB_PRIV_FLAGS_HAS_CQE; in sdhci_brcmstb_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-brcmstb.c27 #define BRCMSTB_PRIV_FLAGS_HAS_CQE BIT(0) macro
209 if ((priv->flags & BRCMSTB_PRIV_FLAGS_HAS_CQE) == 0) in sdhci_brcmstb_add_host()
282 priv->flags |= BRCMSTB_PRIV_FLAGS_HAS_CQE; in sdhci_brcmstb_probe()

Completed in 2 milliseconds