Searched refs:uhs (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/mmc/core/ |
H A D | debugfs.c | 130 str = "sd uhs SDR12"; mmc_ios_show() 133 str = "sd uhs SDR25"; mmc_ios_show() 136 str = "sd uhs SDR50"; mmc_ios_show() 139 str = "sd uhs SDR104"; mmc_ios_show() 142 str = "sd uhs DDR50"; mmc_ios_show()
|
H A D | host.c | 258 if (of_property_read_bool(np, "sd-uhs-sdr12")) mmc_of_parse() 260 if (of_property_read_bool(np, "sd-uhs-sdr25")) mmc_of_parse() 262 if (of_property_read_bool(np, "sd-uhs-sdr50")) mmc_of_parse() 264 if (of_property_read_bool(np, "sd-uhs-sdr104")) mmc_of_parse() 266 if (of_property_read_bool(np, "sd-uhs-ddr50")) mmc_of_parse()
|
H A D | sdio.c | 105 int uhs = ocr & R4_18V_PRESENT; sdio_read_cccr() local 153 if (cccr_vsn >= SDIO_CCCR_REV_3_00 && uhs) { sdio_read_cccr() 187 /* if no uhs mode ensure we check for high speed */ sdio_read_cccr()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdhci-st.c | 265 unsigned int uhs) sdhci_st_set_uhs_signaling() 274 switch (uhs) { sdhci_st_set_uhs_signaling() 308 "(uhs %d)\n", uhs); sdhci_st_set_uhs_signaling() 310 dev_dbg(mmc_dev(host->mmc), "uhs %d, ctrl_2 %04X\n", uhs, ctrl_2); sdhci_st_set_uhs_signaling() 264 sdhci_st_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs) sdhci_st_set_uhs_signaling() argument
|
H A D | sdhci-pxav3.c | 250 static void pxav3_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs) pxav3_set_uhs_signaling() argument 264 switch (uhs) { pxav3_set_uhs_signaling() 290 if (uhs == MMC_TIMING_UHS_SDR50 || pxav3_set_uhs_signaling() 291 uhs == MMC_TIMING_UHS_DDR50) { pxav3_set_uhs_signaling() 294 } else if (uhs == MMC_TIMING_MMC_HS) { pxav3_set_uhs_signaling() 306 "%s uhs = %d, ctrl_2 = %04X\n", pxav3_set_uhs_signaling() 307 __func__, uhs, ctrl_2); pxav3_set_uhs_signaling()
|
H A D | sdhci-esdhc-imx.c | 791 unsigned int uhs) esdhc_change_pinstate() 797 dev_dbg(mmc_dev(host->mmc), "change pinctrl state for uhs %d\n", uhs); esdhc_change_pinstate() 805 switch (uhs) { esdhc_change_pinstate() 998 * fall back to not support uhs by specify no 1.8v quirk sdhci_esdhc_imx_probe_dt() 790 esdhc_change_pinstate(struct sdhci_host *host, unsigned int uhs) esdhc_change_pinstate() argument
|
H A D | rtsx_pci_sdmmc.c | 449 int uhs = mmc_card_uhs(card); sd_read_long_data() local 462 if (!uhs) sd_read_long_data() 507 int uhs = mmc_card_uhs(card); sd_write_long_data() local 522 if (!uhs) sd_write_long_data()
|
H A D | dw_mmc.c | 1397 u32 uhs; dw_mci_switch_voltage() local 1409 uhs = mci_readl(host, UHS_REG); dw_mci_switch_voltage() 1411 uhs &= ~v18; dw_mci_switch_voltage() 1413 uhs |= v18; dw_mci_switch_voltage() 1421 ret, uhs & v18 ? "1.8" : "3.3"); dw_mci_switch_voltage() 1425 mci_writel(host, UHS_REG, uhs); dw_mci_switch_voltage()
|
H A D | sdhci.h | 543 void (*set_uhs_signaling)(struct sdhci_host *host, unsigned int uhs);
|
H A D | mtk-sd.c | 1529 dev_err(&pdev->dev, "Cannot find pinctrl uhs!\n"); msdc_drv_probe()
|
Completed in 471 milliseconds