Home
last modified time | relevance | path

Searched defs:ext_csd (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c727 int mmc_send_ext_csd(struct mmc *mmc, u8 *ext_csd) in mmc_send_ext_csd()
891 u8 *ext_csd = mmc->ext_csd; in mmc_get_capabilities() local
1797 const u8 *ext_csd = mmc->ext_csd; in mmc_read_and_compare_ext_csd() local
2186 u8 *ext_csd = ext_csd_bkup; in mmc_startup_v4() local
Dhimci.c1150 unsigned char ext_csd[512]; in print_ext_csd() local
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h666 u8 *ext_csd; member