Home
last modified time | relevance | path

Searched refs:sdhci_readl (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/mmc/
Dxenon_sdhci.c139 var = sdhci_readl(host, EMMC_PHY_TIMING_ADJUST); in xenon_mmc_phy_init()
153 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_init()
166 var = sdhci_readl(host, EMMC_PHY_TIMING_ADJUST); in xenon_mmc_phy_init()
179 var = sdhci_readl(host, EMMC_PHY_TIMING_ADJUST); in xenon_mmc_phy_init()
215 var = sdhci_readl(host, EMMC_PHY_PAD_CONTROL); in xenon_mmc_phy_set()
221 var = sdhci_readl(host, EMMC_PHY_PAD_CONTROL1); in xenon_mmc_phy_set()
237 var = sdhci_readl(host, EMMC_PHY_TIMING_ADJUST); in xenon_mmc_phy_set()
246 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
250 var = sdhci_readl(host, EMMC_PHY_FUNC_CONTROL); in xenon_mmc_phy_set()
260 var = sdhci_readl(host, SDHCI_CLOCK_CONTROL); in xenon_mmc_phy_set()
[all …]
Dkona_sdhci.c33 mask = sdhci_readl(host, SDHCI_CORECTRL_OFFSET) | SDHCI_CORECTRL_RESET; in init_kona_mmc_core()
46 (sdhci_readl(host, SDHCI_CORECTRL_OFFSET) & in init_kona_mmc_core()
54 mask = sdhci_readl(host, SDHCI_CORECTRL_OFFSET); in init_kona_mmc_core()
61 mask = sdhci_readl(host, SDHCI_CORESTAT_OFFSET); in init_kona_mmc_core()
66 while (!(sdhci_readl(host, SDHCI_PRESENT_STATE) & SDHCI_CARD_PRESENT)) { in init_kona_mmc_core()
Dsdhci.c46 cmd->response[i] = sdhci_readl(host, in sdhci_cmd_done()
53 cmd->response[0] = sdhci_readl(host, SDHCI_RESPONSE); in sdhci_cmd_done()
64 *(u32 *)offs = sdhci_readl(host, SDHCI_BUFFER); in sdhci_transfer_pio()
86 stat = sdhci_readl(host, SDHCI_INT_STATUS); in sdhci_transfer_data()
93 if (!(sdhci_readl(host, SDHCI_PRESENT_STATE) & mask)) in sdhci_transfer_data()
168 while (sdhci_readl(host, SDHCI_PRESENT_STATE) & mask) {
267 stat = sdhci_readl(host, SDHCI_INT_STATUS);
294 stat = sdhci_readl(host, SDHCI_INT_STATUS);
336 while (sdhci_readl(host, SDHCI_PRESENT_STATE) &
565 caps = sdhci_readl(host, SDHCI_CAPABILITIES);
[all …]
Ds5p_sdhci.c41 val = sdhci_readl(host, SDHCI_CONTROL2); in s5p_sdhci_set_control_reg()
69 ctrl = sdhci_readl(host, SDHCI_CONTROL2); in s5p_sdhci_set_control_reg()
/external/u-boot/include/
Dsdhci.h303 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl() function
343 static inline u32 sdhci_readl(struct sdhci_host *host, int reg) in sdhci_readl() function