Searched refs:MESON_SD_EMMC_CFG (Results 1 – 2 of 2) sorted by relevance
70 meson_mmc_cfg = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_dm_mmc_set_ios()94 meson_write(mmc, meson_mmc_cfg, MESON_SD_EMMC_CFG); in meson_dm_mmc_set_ios()120 cfg = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_mmc_setup_cmd()123 meson_write(mmc, cfg, MESON_SD_EMMC_CFG); in meson_mmc_setup_cmd()264 val = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_mmc_probe()267 meson_write(mmc, val, MESON_SD_EMMC_CFG); in meson_mmc_probe()
32 #define MESON_SD_EMMC_CFG 0x44 macro