Searched refs:meson_read (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | meson_gx_mmc.c | 22 static inline uint32_t meson_read(struct mmc *mmc, int offset) in meson_read() function 70 meson_mmc_cfg = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_dm_mmc_set_ios() 120 cfg = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_mmc_setup_cmd() 165 cmd->response[0] = meson_read(mmc, MESON_SD_EMMC_CMD_RSP3); in meson_mmc_read_response() 166 cmd->response[1] = meson_read(mmc, MESON_SD_EMMC_CMD_RSP2); in meson_mmc_read_response() 167 cmd->response[2] = meson_read(mmc, MESON_SD_EMMC_CMD_RSP1); in meson_mmc_read_response() 168 cmd->response[3] = meson_read(mmc, MESON_SD_EMMC_CMD_RSP); in meson_mmc_read_response() 170 cmd->response[0] = meson_read(mmc, MESON_SD_EMMC_CMD_RSP); in meson_mmc_read_response() 195 status = meson_read(mmc, MESON_SD_EMMC_STATUS); in meson_dm_mmc_send_cmd() 264 val = meson_read(mmc, MESON_SD_EMMC_CFG); in meson_mmc_probe()
|