Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-msm.c47 #define REQ_IO_LOW BIT(2) macro
1517 if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) && in sdhci_msm_check_power_status()
1621 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1640 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1682 * without waiting for a REQ_IO_LOW. in sdhci_msm_handle_pwr_irq()
1691 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
1942 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()
2035 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-msm.c50 #define REQ_IO_LOW BIT(2) macro
1537 if ((req_type & REQ_IO_HIGH || req_type & REQ_IO_LOW) && in sdhci_msm_check_power_status()
1641 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1660 io_level = REQ_IO_LOW; in sdhci_msm_handle_pwr_irq()
1702 * without waiting for a REQ_IO_LOW. in sdhci_msm_handle_pwr_irq()
1711 else if ((io_level & REQ_IO_LOW) || in sdhci_msm_handle_pwr_irq()
2081 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()
2173 else if ((io_level & REQ_IO_LOW) || (caps & CORE_1_8V_SUPPORT)) in sdhci_msm_set_regulator_caps()

Completed in 8 milliseconds