Searched refs:uhs (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | sdhci-st.txt | 51 - 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;
|
D | mmc.txt | 29 - sd-uhs-sdr12: SD UHS SDR12 speed is supported 30 - sd-uhs-sdr25: SD UHS SDR25 speed is supported 31 - sd-uhs-sdr50: SD UHS SDR50 speed is supported 32 - sd-uhs-sdr104: SD UHS SDR104 speed is supported 33 - sd-uhs-ddr50: SD UHS DDR50 speed is supported
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-pxav3.c | 251 static void pxav3_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs) in pxav3_set_uhs_signaling() argument 265 switch (uhs) { in pxav3_set_uhs_signaling() 291 if (uhs == MMC_TIMING_UHS_SDR50 || in pxav3_set_uhs_signaling() 292 uhs == MMC_TIMING_UHS_DDR50) { in pxav3_set_uhs_signaling() 305 __func__, uhs, ctrl_2); in pxav3_set_uhs_signaling()
|
D | sdhci-st.c | 265 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()
|
D | rtsx_pci_sdmmc.c | 449 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()
|
D | sdhci-esdhc-imx.c | 749 unsigned int uhs) in esdhc_change_pinstate() argument 755 dev_dbg(mmc_dev(host->mmc), "change pinctrl state for uhs %d\n", uhs); in esdhc_change_pinstate() 763 switch (uhs) { in esdhc_change_pinstate()
|
D | sdhci.h | 538 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
|
D | dw_mmc.c | 1272 u32 uhs; in dw_mci_switch_voltage() local 1282 uhs = mci_readl(host, UHS_REG); in dw_mci_switch_voltage() 1286 uhs &= ~v18; in dw_mci_switch_voltage() 1290 uhs |= v18; in dw_mci_switch_voltage() 1302 mci_writel(host, UHS_REG, uhs); in dw_mci_switch_voltage()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-href.dtsi | 136 sd-uhs-sdr12; 137 sd-uhs-sdr25;
|
D | atlas7.dtsi | 465 sd-uhs-sdr50;
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio.c | 105 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()
|