Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dsdhci-msm.c46 #define REQ_IO_LOW BIT(2) macro
1516 if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) && in sdhci_msm_check_power_status()
1620 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1639 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1690 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1924 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()
2017 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()