Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmeson_gx_mmc.c70 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()
/openbmc/u-boot/arch/arm/include/asm/arch-meson/
H A Dsd_emmc.h32 #define MESON_SD_EMMC_CFG 0x44 macro