/drivers/mmc/host/ |
D | sdhci-of-esdhc.c | 536 value = sdhci_readl(host, ESDHC_DMA_SYSCTL); in esdhc_of_enable_dma() 588 val = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_clock_enable() 605 if (sdhci_readl(host, ESDHC_PRSSTAT) & ESDHC_CLOCK_STABLE) in esdhc_clock_enable() 621 val = sdhci_readl(host, ESDHC_DMA_SYSCTL); in esdhc_flush_async_fifo() 630 if (!(sdhci_readl(host, ESDHC_DMA_SYSCTL) & in esdhc_flush_async_fifo() 712 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_of_set_clock() 726 if (sdhci_readl(host, ESDHC_PRSSTAT) & ESDHC_CLOCK_STABLE) in esdhc_of_set_clock() 739 temp = sdhci_readl(host, ESDHC_TBCTL); in esdhc_of_set_clock() 741 temp = sdhci_readl(host, ESDHC_SDCLKCTL); in esdhc_of_set_clock() 745 temp = sdhci_readl(host, ESDHC_DLLCFG0); in esdhc_of_set_clock() [all …]
|
D | sdhci-xenon-phy.c | 235 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_init() 265 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_init() 331 reg = sdhci_readl(host, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll() 336 reg = sdhci_readl(host, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll() 392 reg = sdhci_readl(host, XENON_SLOT_DLL_CUR_DLY_VAL); in xenon_emmc_phy_config_tuning() 402 reg = sdhci_readl(host, XENON_SLOT_OP_STATUS_CTRL); in xenon_emmc_phy_config_tuning() 420 reg = sdhci_readl(host, XENON_SLOT_EMMC_CTRL); in xenon_emmc_phy_disable_strobe() 426 reg = sdhci_readl(host, XENON_EMMC_5_0_PHY_PAD_CONTROL); in xenon_emmc_phy_disable_strobe() 430 reg = sdhci_readl(host, XENON_EMMC_PHY_PAD_CONTROL1); in xenon_emmc_phy_disable_strobe() 454 reg = sdhci_readl(host, XENON_SLOT_EMMC_CTRL); in xenon_emmc_phy_strobe_delay_adj() [all …]
|
D | sdhci-xenon.c | 30 reg = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_enable_internal_clk() 58 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_set_sdclk_off_idle() 74 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_set_acg() 88 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_enable_sdhc() 106 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_disable_sdhc() 117 reg = sdhci_readl(host, XENON_SYS_EXT_OP_CTRL); in xenon_enable_sdhc_parallel_tran() 127 reg = sdhci_readl(host, XENON_SYS_EXT_OP_CTRL); in xenon_mask_cmd_conflict_err() 139 reg = sdhci_readl(host, XENON_SLOT_RETUNING_REQ_CTRL); in xenon_retune_setup() 144 reg = sdhci_readl(host, SDHCI_SIGNAL_ENABLE); in xenon_retune_setup() 147 reg = sdhci_readl(host, SDHCI_INT_ENABLE); in xenon_retune_setup() [all …]
|
D | sdhci_f_sdh30.c | 42 ctrl = sdhci_readl(host, F_SDH30_IO_CONTROL2); in sdhci_f_sdh30_soft_voltage_switch() 54 ctrl = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_f_sdh30_soft_voltage_switch() 59 ctrl = sdhci_readl(host, F_SDH30_TUNING_SETTING); in sdhci_f_sdh30_soft_voltage_switch() 80 ctl = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_f_sdh30_reset() 159 reg = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_f_sdh30_probe() 164 reg = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_f_sdh30_probe()
|
D | sdhci-bcm-kona.c | 57 val = sdhci_readl(host, KONA_SDHOST_CORECTRL); in sdhci_bcm_kona_sd_reset() 61 while (!(sdhci_readl(host, KONA_SDHOST_CORECTRL) & KONA_SDHOST_RESET)) { in sdhci_bcm_kona_sd_reset() 69 val = sdhci_readl(host, KONA_SDHOST_CORECTRL); in sdhci_bcm_kona_sd_reset() 89 val = sdhci_readl(host, KONA_SDHOST_COREIMR); in sdhci_bcm_kona_sd_init() 94 val = sdhci_readl(host, KONA_SDHOST_CORECTRL); in sdhci_bcm_kona_sd_init() 128 val = sdhci_readl(host, KONA_SDHOST_CORESTAT); in sdhci_bcm_kona_sd_card_emulate()
|
D | sdhci-sprd.c | 113 val = sdhci_readl(host, SDHCI_SPRD_REG_DEBOUNCE); in sdhci_sprd_init_config() 187 dll_dly_offset = sdhci_readl(host, SDHCI_SPRD_REG_32_DLL_DLY_OFFSET); in sdhci_sprd_set_dll_invert() 231 val = sdhci_readl(host, SDHCI_SPRD_REG_32_BUSY_POSI); in _sdhci_sprd_set_clock() 251 tmp = sdhci_readl(host, SDHCI_SPRD_REG_32_DLL_CFG); in sdhci_sprd_enable_phy_dll() 257 tmp = sdhci_readl(host, SDHCI_SPRD_REG_32_DLL_CFG); in sdhci_sprd_enable_phy_dll() 264 tmp = sdhci_readl(host, SDHCI_SPRD_REG_32_DLL_CFG); in sdhci_sprd_enable_phy_dll() 270 if (read_poll_timeout(sdhci_readl, tmp, (tmp & SDHCI_SPRD_DLL_LOCKED), in sdhci_sprd_enable_phy_dll() 275 sdhci_readl(host, SDHCI_SPRD_REG_32_DLL_STS0), in sdhci_sprd_enable_phy_dll() 276 sdhci_readl(host, SDHCI_SPRD_REG_32_DLL_CFG)); in sdhci_sprd_enable_phy_dll() 678 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_sprd_probe() [all …]
|
D | sdhci-pci-gli.c | 168 wt_value = sdhci_readl(host, SDHCI_GLI_9750_WT); in gl9750_wt_on() 185 wt_value = sdhci_readl(host, SDHCI_GLI_9750_WT); in gl9750_wt_off() 209 driving_value = sdhci_readl(host, SDHCI_GLI_9750_DRIVING); in gli_set_9750() 210 pll_value = sdhci_readl(host, SDHCI_GLI_9750_PLL); in gli_set_9750() 211 sw_ctrl_value = sdhci_readl(host, SDHCI_GLI_9750_SW_CTRL); in gli_set_9750() 212 misc_value = sdhci_readl(host, SDHCI_GLI_9750_MISC); in gli_set_9750() 213 parameter_value = sdhci_readl(host, SDHCI_GLI_9750_TUNING_PARAMETERS); in gli_set_9750() 214 control_value = sdhci_readl(host, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750() 297 misc_value = sdhci_readl(host, SDHCI_GLI_9750_MISC); in gli_set_9750_rx_inv() 369 pll = sdhci_readl(host, SDHCI_GLI_9750_PLL); in gl9750_disable_ssc_pll() [all …]
|
D | sdhci-pci-dwc-mshc.c | 39 reg = sdhci_readl(host, (SDHC_AT_CTRL_R + vendor_ptr)); in sdhci_snps_set_clock() 47 reg = sdhci_readl(host, (SDHC_GPIO_OUT + vendor_ptr)); in sdhci_snps_set_clock() 63 reg = sdhci_readl(host, (SDHC_GPIO_OUT + vendor_ptr)); in sdhci_snps_set_clock()
|
D | sdhci-milbeaut.c | 65 ctrl = sdhci_readl(host, F_SDH30_IO_CONTROL2); in sdhci_milbeaut_soft_voltage_switch() 75 ctrl = sdhci_readl(host, F_SDH30_TUNING_SETTING); in sdhci_milbeaut_soft_voltage_switch() 118 ctl = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_milbeaut_reset() 149 val = sdhci_readl(host, MLB_CR_SET); in sdhci_milbeaut_bridge_init() 181 ctl = sdhci_readl(host, F_SDH30_IO_CONTROL2); in sdhci_milbeaut_vendor_init() 196 ctl = sdhci_readl(host, F_SDH30_ESD_CONTROL); in sdhci_milbeaut_vendor_init()
|
D | sdhci-tegra.c | 351 reg = sdhci_readl(host, SDHCI_TEGRA_VENDOR_CLOCK_CTRL); in tegra_sdhci_set_tap() 378 misc_ctrl = sdhci_readl(host, SDHCI_TEGRA_VENDOR_MISC_CTRL); in tegra_sdhci_reset() 379 clk_ctrl = sdhci_readl(host, SDHCI_TEGRA_VENDOR_CLOCK_CTRL); in tegra_sdhci_reset() 410 pad_ctrl = sdhci_readl(host, SDHCI_TEGRA_SDMEM_COMP_PADCTRL); in tegra_sdhci_reset() 429 val = sdhci_readl(host, SDHCI_TEGRA_SDMEM_COMP_PADCTRL); in tegra_sdhci_configure_cal_pad() 447 reg = sdhci_readl(host, SDHCI_TEGRA_AUTO_CAL_CONFIG); in tegra_sdhci_set_pad_autocal_offset() 492 reg = sdhci_readl(host, in tegra_sdhci_set_padctrl() 556 reg = sdhci_readl(host, SDHCI_TEGRA_AUTO_CAL_CONFIG); in tegra_sdhci_pad_autocalib() 574 reg = sdhci_readl(host, SDHCI_TEGRA_AUTO_CAL_CONFIG); in tegra_sdhci_pad_autocalib() 797 val = sdhci_readl(host, SDHCI_TEGRA_VENDOR_SYS_SW_CTRL); in tegra_sdhci_hs400_enhanced_strobe() [all …]
|
D | sdhci-brcmstb.c | 49 reg = sdhci_readl(host, SDHCI_VENDOR); in enable_clock_gating() 136 reg = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_brcmstb_cqe_enable() 138 sdhci_readl(host, SDHCI_BUFFER); in sdhci_brcmstb_cqe_enable() 139 reg = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_brcmstb_cqe_enable() 327 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_brcmstb_probe() 330 host->caps1 = sdhci_readl(host, SDHCI_CAPABILITIES_1); in sdhci_brcmstb_probe()
|
D | sdhci.c | 59 sdhci_readl(host, SDHCI_DMA_ADDRESS), in sdhci_dumpregs() 65 sdhci_readl(host, SDHCI_ARGUMENT), in sdhci_dumpregs() 68 sdhci_readl(host, SDHCI_PRESENT_STATE), in sdhci_dumpregs() 78 sdhci_readl(host, SDHCI_INT_STATUS)); in sdhci_dumpregs() 80 sdhci_readl(host, SDHCI_INT_ENABLE), in sdhci_dumpregs() 81 sdhci_readl(host, SDHCI_SIGNAL_ENABLE)); in sdhci_dumpregs() 86 sdhci_readl(host, SDHCI_CAPABILITIES), in sdhci_dumpregs() 87 sdhci_readl(host, SDHCI_CAPABILITIES_1)); in sdhci_dumpregs() 90 sdhci_readl(host, SDHCI_MAX_CURRENT)); in sdhci_dumpregs() 92 sdhci_readl(host, SDHCI_RESPONSE), in sdhci_dumpregs() [all …]
|
D | sdhci-pci-o2micro.c | 89 scratch32 = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_o2_wait_card_detect_stable() 111 scratch32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_enable_internal_clock() 145 scratch32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_enable_internal_clock() 159 return !!(sdhci_readl(host, SDHCI_PRESENT_STATE) & SDHCI_CARD_PRESENT); in sdhci_o2_get_cd() 178 return sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_pll_dll_wdt_control() 258 scratch_32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_dll_recovery() 646 caps = sdhci_readl(host, SDHCI_CAPABILITIES); in sdhci_pci_o2_probe_slot() 661 reg = sdhci_readl(host, O2_SD_VENDOR_SETTING); in sdhci_pci_o2_probe_slot() 699 reg = sdhci_readl(host, O2_SD_VENDOR_SETTING2); in sdhci_pci_o2_probe_slot()
|
D | sdhci-of-sparx5.c | 236 mmc_hostname(host->mmc), sdhci_readl(host, MSHC2_VERSION)); in sdhci_sparx5_probe() 238 mmc_hostname(host->mmc), sdhci_readl(host, MSHC2_TYPE)); in sdhci_sparx5_probe()
|
D | sdhci-of-arasan.c | 355 vendor = sdhci_readl(host, SDHCI_ARASAN_VENDOR_REGISTER); in sdhci_arasan_hs400_enhanced_strobe() 434 reg = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_arasan_cqe_enable() 436 sdhci_readl(host, SDHCI_BUFFER); in sdhci_arasan_cqe_enable() 437 reg = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_arasan_cqe_enable() 812 regval = sdhci_readl(host, SDHCI_ARASAN_OTAPDLY_REGISTER); in sdhci_versal_sdcardclk_set_phase() 879 regval = sdhci_readl(host, SDHCI_ARASAN_ITAPDLY_REGISTER); in sdhci_versal_sampleclk_set_phase()
|
D | sdhci-of-dwcmshc.c | 194 vendor = sdhci_readl(host, reg); in dwcmshc_hs400_enhanced_strobe() 232 extra = sdhci_readl(host, reg); in dwcmshc_rk3568_set_clock() 507 sdhci_readl(host, DWCMSHC_P_VENDOR_AREA1) & DWCMSHC_AREA1_MASK; in dwcmshc_probe()
|
D | sdhci-of-at91.c | 126 u32 calcr = sdhci_readl(host, SDMMC_CALCR); in sdhci_at91_reset() 131 if (read_poll_timeout(sdhci_readl, tmp, !(tmp & SDMMC_CALCR_EN), in sdhci_at91_reset()
|
D | sdhci-acpi.c | 315 sdhci_readl(host, SDHCI_CAPABILITIES) == 0x446cc8b2 && in intel_probe_slot() 316 sdhci_readl(host, SDHCI_CAPABILITIES_1) == 0x00000807) in intel_probe_slot() 935 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove()
|
D | sdhci-pxav3.c | 129 host->caps = sdhci_readl(host, SDHCI_CAPABILITIES); in armada_38x_quirks() 130 host->caps1 = sdhci_readl(host, SDHCI_CAPABILITIES_1); in armada_38x_quirks()
|
D | sdhci-esdhc-imx.c | 930 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 958 temp = sdhci_readl(host, ESDHC_SYSTEM_CONTROL); in esdhc_pltfm_set_clock() 1493 reg = sdhci_readl(host, SDHCI_PRESENT_STATE); in esdhc_cqe_enable() 1495 sdhci_readl(host, SDHCI_BUFFER); in esdhc_cqe_enable() 1496 reg = sdhci_readl(host, SDHCI_PRESENT_STATE); in esdhc_cqe_enable()
|
D | sdhci.h | 699 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl() function 740 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl() function
|
D | sdhci-pci-core.c | 650 val = sdhci_readl(host, INTEL_HS400_ES_REG); in intel_hs400_enhanced_strobe() 1009 glk_rx_ctrl1 = sdhci_readl(host, GLK_RX_CTRL1); in glk_rpm_retune_wa() 1010 glk_tun_val = sdhci_readl(host, GLK_TUN_VAL); in glk_rpm_retune_wa() 1762 return sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_read_present_state()
|
D | sdhci-of-aspeed.c | 102 cap_val = sdhci_readl(host, 0x40 + (cap_reg * 4)); in aspeed_sdc_set_slot_capability()
|
D | sdhci-msm.c | 2083 ctrl = sdhci_readl(host, SDHCI_INT_ENABLE); in sdhci_msm_cqe_disable()
|