Lines Matching defs:present
157 u32 present;
164 present = sdhci_readl(host, SDHCI_PRESENT_STATE) &
167 host->ier |= present ? SDHCI_INT_CARD_REMOVE :
355 * A change to the card detect bits indicates a change in present state,
1700 struct mmc_command *cmd, bool present)
1702 if (!present || host->flags & SDHCI_DEVICE_DEAD) {
1718 bool present;
1733 present = host->mmc->ops->get_cd(host->mmc);
1741 if (sdhci_present_error(host, cmd, present))
2156 bool present;
2159 present = mmc->ops->get_cd(mmc);
2165 if (sdhci_present_error(host, mrq->cmd, present))
2470 /* If nonremovable, assume that the card is always present. */
2481 /* If polling, assume that the card is always present. */
3000 int present;
3006 present = mmc->ops->get_cd(mmc);
3011 if (sdhci_has_requests(host) && !present) {
3514 u32 present = sdhci_readl(host, SDHCI_PRESENT_STATE) &
3530 host->ier |= present ? SDHCI_INT_CARD_REMOVE :