Lines Matching refs:io_level
1379 u32 pwr_state = 0, io_level = 0; in sdhci_msm_handle_pwr_irq() local
1415 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1420 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1425 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1429 io_level = REQ_IO_HIGH; in sdhci_msm_handle_pwr_irq()
1462 if ((io_level & REQ_IO_HIGH) && in sdhci_msm_handle_pwr_irq()
1465 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1476 if (io_level) in sdhci_msm_handle_pwr_irq()
1477 msm_host->curr_io_level = io_level; in sdhci_msm_handle_pwr_irq()
1663 u32 io_level = msm_host->curr_io_level; in sdhci_msm_set_regulator_caps() local
1669 if ((io_level & REQ_IO_HIGH) && (caps & CORE_3_0V_SUPPORT)) in sdhci_msm_set_regulator_caps()
1671 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()