Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/boot/dts/
Dstih410-b2120.dts35 sd-uhs-sdr50;
36 sd-uhs-sdr104;
37 sd-uhs-ddr50;
Dstih418-b2199.dts86 sd-uhs-sdr50;
87 sd-uhs-sdr104;
88 sd-uhs-ddr50;
Drk3288-veyron-sdmmc.dtsi121 sd-uhs-sdr12;
122 sd-uhs-sdr25;
123 sd-uhs-sdr50;
124 sd-uhs-sdr104;
Dste-href.dtsi136 sd-uhs-sdr12;
137 sd-uhs-sdr25;
Drk3288-veyron.dtsi360 sd-uhs-sdr12;
361 sd-uhs-sdr25;
362 sd-uhs-sdr50;
363 sd-uhs-sdr104;
Datlas7.dtsi1598 sd-uhs-sdr50;
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsdhci-st.txt51 - sd-uhs--sdr50: To enable the SDR50 in the mmcss.
54 - sd-uhs-sdr104: To enable the SDR104 in the mmcss.
57 - sd-uhs-ddr50: To enable the DDR50 in the mmcss.
110 sd-uhs-sdr50;
111 sd-uhs-sdr104;
112 sd-uhs-ddr50;
Dk3-dw-mshc.txt58 sd-uhs-sdr12;
59 sd-uhs-sdr25;
Dmmc.txt34 - sd-uhs-sdr12: SD UHS SDR12 speed is supported
35 - sd-uhs-sdr25: SD UHS SDR25 speed is supported
36 - sd-uhs-sdr50: SD UHS SDR50 speed is supported
37 - sd-uhs-sdr104: SD UHS SDR104 speed is supported
38 - sd-uhs-ddr50: SD UHS DDR50 speed is supported
Dmtk-sd.txt16 - pinctrl-1: should contain uhs mode pin ctrl
/linux-4.4.14/drivers/mmc/host/
Dsdhci-pxav3.c250 static void pxav3_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs) in pxav3_set_uhs_signaling() argument
264 switch (uhs) { in pxav3_set_uhs_signaling()
290 if (uhs == MMC_TIMING_UHS_SDR50 || in pxav3_set_uhs_signaling()
291 uhs == MMC_TIMING_UHS_DDR50) { in pxav3_set_uhs_signaling()
294 } else if (uhs == MMC_TIMING_MMC_HS) { in pxav3_set_uhs_signaling()
307 __func__, uhs, ctrl_2); in pxav3_set_uhs_signaling()
Dsdhci-st.c265 unsigned int uhs) in sdhci_st_set_uhs_signaling() argument
274 switch (uhs) { in sdhci_st_set_uhs_signaling()
308 "(uhs %d)\n", uhs); in sdhci_st_set_uhs_signaling()
310 dev_dbg(mmc_dev(host->mmc), "uhs %d, ctrl_2 %04X\n", uhs, ctrl_2); in sdhci_st_set_uhs_signaling()
Drtsx_pci_sdmmc.c449 int uhs = mmc_card_uhs(card); in sd_read_long_data() local
462 if (!uhs) in sd_read_long_data()
507 int uhs = mmc_card_uhs(card); in sd_write_long_data() local
522 if (!uhs) in sd_write_long_data()
Dsdhci-esdhc-imx.c791 unsigned int uhs) in esdhc_change_pinstate() argument
797 dev_dbg(mmc_dev(host->mmc), "change pinctrl state for uhs %d\n", uhs); in esdhc_change_pinstate()
805 switch (uhs) { in esdhc_change_pinstate()
Ddw_mmc.c1397 u32 uhs; in dw_mci_switch_voltage() local
1409 uhs = mci_readl(host, UHS_REG); in dw_mci_switch_voltage()
1411 uhs &= ~v18; in dw_mci_switch_voltage()
1413 uhs |= v18; in dw_mci_switch_voltage()
1421 ret, uhs & v18 ? "1.8" : "3.3"); in dw_mci_switch_voltage()
1425 mci_writel(host, UHS_REG, uhs); in dw_mci_switch_voltage()
Dsdhci.h543 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
/linux-4.4.14/drivers/mmc/core/
Dsdio.c105 int uhs = ocr & R4_18V_PRESENT; in sdio_read_cccr() local
153 if (cccr_vsn >= SDIO_CCCR_REV_3_00 && uhs) { in sdio_read_cccr()
/linux-4.4.14/arch/arm64/boot/dts/mediatek/
Dmt8173-evb.dts88 sd-uhs-sdr25;