Searched refs:meson_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | meson_gx_mmc.c | 28 static inline void meson_write(struct mmc *mmc, uint32_t val, int offset) in meson_write() function 58 meson_write(mmc, meson_mmc_clk, MESON_SD_EMMC_CLOCK); in meson_mmc_config_clock() 92 meson_write(mmc, meson_mmc_cfg, MESON_SD_EMMC_CFG); in meson_dm_mmc_set_ios() 121 meson_write(mmc, cfg, MESON_SD_EMMC_CFG); in meson_mmc_setup_cmd() 133 meson_write(mmc, meson_mmc_cmd, MESON_SD_EMMC_CMD_CFG); in meson_mmc_setup_cmd() 157 meson_write(mmc, data_addr, MESON_SD_EMMC_CMD_DAT); in meson_mmc_setup_addr() 188 meson_write(mmc, cmd->cmdarg, MESON_SD_EMMC_CMD_ARG); in meson_dm_mmc_send_cmd() 209 meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS); in meson_dm_mmc_send_cmd() 256 meson_write(mmc, STATUS_MASK, MESON_SD_EMMC_STATUS); in meson_mmc_probe() 259 meson_write(mmc, 0, MESON_SD_EMMC_IRQ_EN); in meson_mmc_probe() [all …]
|