Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-msm.c49 #define REQ_IO_LOW BIT(2) macro
1256 if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) && in sdhci_msm_check_power_status()
1360 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1365 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1405 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1518 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()
1598 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()