Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c486 u32 present_state; local
489 present_state = sdhci_readl(host, SDHCI_PRESENT_STATE);
491 return !(present_state & SDHCI_DATA_0_LVL);
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c374 u32 present_state; in esdhc_wait_for_card_clock_gate_off() local
377 ret = readl_poll_timeout(host->ioaddr + ESDHC_PRSSTAT, present_state, in esdhc_wait_for_card_clock_gate_off()
378 (present_state & ESDHC_CLOCK_GATE_OFF), 2, 100); in esdhc_wait_for_card_clock_gate_off()
H A Dsdhci-pci-core.c1819 u32 present_state; in amd_sdhci_reset() local
1848 present_state, in amd_sdhci_reset()
1849 present_state & SDHCI_CD_STABLE, in amd_sdhci_reset()
H A Dsdhci.c2630 u32 present_state; in sdhci_card_busy() local
2633 present_state = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_card_busy()
2635 return !(present_state & SDHCI_DATA_0_LVL_MASK); in sdhci_card_busy()