Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ddw_mmc-zx.c29 struct regmap *sysc_base; member
41 struct regmap *sysc_base = priv->sysc_base; in dw_mci_zx_emmc_set_delay() local
46 if (!sysc_base) in dw_mci_zx_emmc_set_delay()
49 ret = regmap_update_bits(sysc_base, LB_AON_EMMC_CFG_REG0, in dw_mci_zx_emmc_set_delay()
58 ret = regmap_read(sysc_base, LB_AON_EMMC_CFG_REG1, &clksel); in dw_mci_zx_emmc_set_delay()
70 regmap_write(sysc_base, LB_AON_EMMC_CFG_REG1, clksel); in dw_mci_zx_emmc_set_delay()
71 regmap_update_bits(sysc_base, LB_AON_EMMC_CFG_REG0, in dw_mci_zx_emmc_set_delay()
78 ret = regmap_read(sysc_base, LB_AON_EMMC_CFG_REG2, &clksel); in dw_mci_zx_emmc_set_delay()
161 struct regmap *sysc_base; in dw_mci_zx_parse_dt() local
167 sysc_base = syscon_node_to_regmap(node); in dw_mci_zx_parse_dt()
[all …]