Home
last modified time | relevance | path

Searched refs:mmc_ecsd_base (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c687 char *mmc_ecsd_base = NULL; in mmc_send_ext_csd() local
691 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()