Searched refs:present_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-pci-core.c | 1819 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 D | sdhci-esdhc-imx.c | 375 u32 present_state; in esdhc_wait_for_card_clock_gate_off() local 378 ret = readl_poll_timeout(host->ioaddr + ESDHC_PRSSTAT, present_state, in esdhc_wait_for_card_clock_gate_off() 379 (present_state & ESDHC_CLOCK_GATE_OFF), 2, 100); in esdhc_wait_for_card_clock_gate_off()
|
H A D | sdhci.c | 2680 u32 present_state; in sdhci_card_busy() local 2683 present_state = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_card_busy() 2685 return !(present_state & SDHCI_DATA_0_LVL_MASK); in sdhci_card_busy()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-pci-core.c | 1764 u32 present_state; in amd_sdhci_reset() local 1793 present_state, in amd_sdhci_reset() 1794 present_state & SDHCI_CD_STABLE, in amd_sdhci_reset()
|
H A D | sdhci-esdhc-imx.c | 433 u32 present_state; in esdhc_wait_for_card_clock_gate_off() local 436 ret = readl_poll_timeout(host->ioaddr + ESDHC_PRSSTAT, present_state, in esdhc_wait_for_card_clock_gate_off() 437 (present_state & ESDHC_CLOCK_GATE_OFF), 2, 100); in esdhc_wait_for_card_clock_gate_off()
|
H A D | sdhci.c | 2707 u32 present_state; in sdhci_card_busy() local 2710 present_state = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_card_busy() 2712 return !(present_state & SDHCI_DATA_0_LVL_MASK); in sdhci_card_busy()
|
Completed in 22 milliseconds