Searched refs:MESON_SD_EMMC_CFG (Results 1 – 2 of 2) sorted by relevance
68 meson_mmc_cfg = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_dm_mmc_set_ios()92 meson_write(mmc, meson_mmc_cfg, MESON_SD_EMMC_CFG); in meson_dm_mmc_set_ios()118 cfg = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_mmc_setup_cmd()121 meson_write(mmc, cfg, MESON_SD_EMMC_CFG); in meson_mmc_setup_cmd()262 val = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_mmc_probe()265 meson_write(mmc, val, MESON_SD_EMMC_CFG); in meson_mmc_probe()
33 #define MESON_SD_EMMC_CFG 0x44 macro