Lines Matching refs:io_level
1319 u32 pwr_state = 0, io_level = 0; in sdhci_msm_handle_pwr_irq() local
1355 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1360 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1365 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1369 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1402 if ((io_level & REQ_IO_HIGH) && in sdhci_msm_handle_pwr_irq()
1405 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1416 if (io_level) in sdhci_msm_handle_pwr_irq()
1417 msm_host->curr_io_level = io_level; in sdhci_msm_handle_pwr_irq()
1590 u32 io_level = msm_host->curr_io_level; in sdhci_msm_set_regulator_caps() local
1596 if ((io_level & REQ_IO_HIGH) && (caps & CORE_3_0V_SUPPORT)) in sdhci_msm_set_regulator_caps()
1598 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()