Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-st.c274 ctrl_2 |= SDHCI_CTRL_UHS_SDR12 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
278 ctrl_2 |= SDHCI_CTRL_UHS_SDR25 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
282 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
288 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
294 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in sdhci_st_set_uhs_signaling()
Dsdhci-pxav3.c262 ctrl_2 |= SDHCI_CTRL_UHS_SDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
265 ctrl_2 |= SDHCI_CTRL_UHS_SDR104 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
269 ctrl_2 |= SDHCI_CTRL_UHS_DDR50 | SDHCI_CTRL_VDD_180; in pxav3_set_uhs_signaling()
Dsdhci-msm.c1942 req_type = (val & SDHCI_CTRL_VDD_180) ? REQ_IO_LOW : in __sdhci_msm_check_write()
2086 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()
2093 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()
2106 status = ctrl & SDHCI_CTRL_VDD_180; in sdhci_msm_start_signal_voltage_switch()
2108 if ((ctrl & SDHCI_CTRL_VDD_180) == status) in sdhci_msm_start_signal_voltage_switch()
Dsdhci.h189 #define SDHCI_CTRL_VDD_180 0x0008 macro
Dsdhci-esdhc-imx.c545 ret |= SDHCI_CTRL_VDD_180; in esdhc_readw_le()
603 if (val & SDHCI_CTRL_VDD_180) in esdhc_writew_le()
Dsdhci.c2603 ctrl &= ~SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()
2619 if (!(ctrl & SDHCI_CTRL_VDD_180)) in sdhci_start_signal_voltage_switch()
2642 ctrl |= SDHCI_CTRL_VDD_180; in sdhci_start_signal_voltage_switch()
2651 if (ctrl & SDHCI_CTRL_VDD_180) in sdhci_start_signal_voltage_switch()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch11030 - ctrl &= ~SDHCI_CTRL_VDD_180;
11037 - ctrl |= SDHCI_CTRL_VDD_180;
11050 - status = ctrl & SDHCI_CTRL_VDD_180;
11052 - if ((ctrl & SDHCI_CTRL_VDD_180) == status)
14640 if (!(ctrl & SDHCI_CTRL_VDD_180))
14658 if (ctrl & SDHCI_CTRL_VDD_180)
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch31006 #define SDHCI_CTRL_VDD_180 0x0008
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch321939 #define SDHCI_CTRL_VDD_180 0x0008