Searched refs:ext_csd (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc.c | 674 static int mmc_send_ext_csd(struct mmc *mmc, u8 *ext_csd) in mmc_send_ext_csd() argument 683 memcpy(ext_csd, mmc_ext_csd, 512); in mmc_send_ext_csd() 694 data.dest = (char *)ext_csd; in mmc_send_ext_csd() 700 memcpy(mmc_ext_csd, ext_csd, 512); in mmc_send_ext_csd() 708 memcpy(mmc_ecsd_base, ext_csd, 512); in mmc_send_ext_csd() 794 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN); in mmc_select_bus_width() 803 err = mmc_send_ext_csd(mmc, ext_csd); in mmc_select_bus_width() 838 if ((ext_csd[EXT_CSD_PARTITIONING_SUPPORT] == in mmc_select_bus_width() 840 (ext_csd[EXT_CSD_HC_WP_GRP_SIZE] == in mmc_select_bus_width() 842 (ext_csd[EXT_CSD_REV] == test_csd[EXT_CSD_REV]) && in mmc_select_bus_width() [all …]
|