Home
last modified time | relevance | path

Searched refs:present_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/mmc/host/
Dsdhci-esdhc-imx.c422 u32 present_state; in esdhc_wait_for_card_clock_gate_off() local
425 ret = readl_poll_timeout(host->ioaddr + ESDHC_PRSSTAT, present_state, in esdhc_wait_for_card_clock_gate_off()
426 (present_state & ESDHC_CLOCK_GATE_OFF), 2, 100); in esdhc_wait_for_card_clock_gate_off()
Dsdhci-pci-core.c1769 u32 present_state; in amd_sdhci_reset() local
1798 present_state, in amd_sdhci_reset()
1799 present_state & SDHCI_CD_STABLE, in amd_sdhci_reset()
Dsdhci.c2731 u32 present_state; in sdhci_card_busy() local
2734 present_state = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_card_busy()
2736 return !(present_state & SDHCI_DATA_0_LVL_MASK); in sdhci_card_busy()