Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-msm.c1685 u32 pwr_state = 0, io_level = 0; in sdhci_msm_handle_pwr_irq() local
1728 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1732 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1752 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1755 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1757 if (io_level) in sdhci_msm_handle_pwr_irq()
1760 if (io_level && !IS_ERR(mmc->supply.vqmmc) && !pwr_state) { in sdhci_msm_handle_pwr_irq()
1800 if ((io_level & REQ_IO_HIGH) && in sdhci_msm_handle_pwr_irq()
1803 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1814 if (io_level) in sdhci_msm_handle_pwr_irq()
[all …]