Searched refs:mmc_ecsd_base (Results 1 – 1 of 1) sorted by relevance
687 char *mmc_ecsd_base = NULL; in mmc_send_ext_csd() local691 mmc_ecsd_base = (char *)mmc_ecsd; in mmc_send_ext_csd()692 if (mmc_ecsd_base) { in mmc_send_ext_csd()693 memcpy(mmc_ecsd_base, ext_csd, 512); in mmc_send_ext_csd()694 *(unsigned int *)(mmc_ecsd_base + 512) = 0x55aa55aa; in mmc_send_ext_csd()