Lines Matching refs:io_level
1584 u32 pwr_state = 0, io_level = 0; in sdhci_msm_handle_pwr_irq() local
1620 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1624 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1643 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1646 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1648 if (io_level) in sdhci_msm_handle_pwr_irq()
1651 if (io_level && !IS_ERR(mmc->supply.vqmmc) && !pwr_state) { in sdhci_msm_handle_pwr_irq()
1691 if ((io_level & REQ_IO_HIGH) && in sdhci_msm_handle_pwr_irq()
1694 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1705 if (io_level) in sdhci_msm_handle_pwr_irq()
1706 msm_host->curr_io_level = io_level; in sdhci_msm_handle_pwr_irq()
2287 u32 io_level = msm_host->curr_io_level; in sdhci_msm_set_regulator_caps() local
2293 if ((io_level & REQ_IO_HIGH) && (caps & CORE_3_0V_SUPPORT)) in sdhci_msm_set_regulator_caps()
2295 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()