Lines Matching refs:io_level
1596 u32 pwr_state = 0, io_level = 0; in sdhci_msm_handle_pwr_irq() local
1632 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1636 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1655 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1658 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1660 if (io_level) in sdhci_msm_handle_pwr_irq()
1663 if (io_level && !IS_ERR(mmc->supply.vqmmc) && !pwr_state) { in sdhci_msm_handle_pwr_irq()
1703 if ((io_level & REQ_IO_HIGH) && in sdhci_msm_handle_pwr_irq()
1706 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1717 if (io_level) in sdhci_msm_handle_pwr_irq()
1718 msm_host->curr_io_level = io_level; in sdhci_msm_handle_pwr_irq()
2288 u32 io_level = msm_host->curr_io_level; in sdhci_msm_set_regulator_caps() local
2294 if ((io_level & REQ_IO_HIGH) && (caps & CORE_3_0V_SUPPORT)) in sdhci_msm_set_regulator_caps()
2296 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()