Searched refs:meson_write (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | meson_gx_mmc.c | 27 static inline void meson_write(struct mmc *mmc, uint32_t val, int offset) in meson_write() function 60 meson_write(mmc, meson_mmc_clk, MESON_SD_EMMC_CLOCK); in meson_mmc_config_clock() 94 meson_write(mmc, meson_mmc_cfg, MESON_SD_EMMC_CFG); in meson_dm_mmc_set_ios() 123 meson_write(mmc, cfg, MESON_SD_EMMC_CFG); in meson_mmc_setup_cmd() 135 meson_write(mmc, meson_mmc_cmd, MESON_SD_EMMC_CMD_CFG); in meson_mmc_setup_cmd() 159 meson_write(mmc, data_addr, MESON_SD_EMMC_CMD_DAT); in meson_mmc_setup_addr() 190 meson_write(mmc, cmd->cmdarg, MESON_SD_EMMC_CMD_ARG); in meson_dm_mmc_send_cmd() 211 meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS); in meson_dm_mmc_send_cmd() 258 meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS); in meson_mmc_probe() 261 meson_write(mmc, 0, MESON_SD_EMMC_IRQ_EN); in meson_mmc_probe() [all …]
|