Home
last modified time | relevance | path

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

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