Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc.c727 static int mmc_send_ext_csd(struct mmc *mmc, u8 *ext_csd) in mmc_send_ext_csd() argument
738 data.dest = (char *)ext_csd; in mmc_send_ext_csd()
891 u8 *ext_csd = mmc->ext_csd; in mmc_get_capabilities() local
903 if (!ext_csd) { in mmc_get_capabilities()
910 cardtype = ext_csd[EXT_CSD_CARD_TYPE]; in mmc_get_capabilities()
935 if (ext_csd[EXT_CSD_STROBE_SUPPORT] && in mmc_get_capabilities()
1010 ALLOC_CACHE_ALIGN_BUFFER(u8, ext_csd, MMC_MAX_BLOCK_LEN); in mmc_hwpart_config()
1069 err = mmc_send_ext_csd(mmc, ext_csd); in mmc_hwpart_config()
1074 (ext_csd[EXT_CSD_MAX_ENH_SIZE_MULT+2] << 16) + in mmc_hwpart_config()
1075 (ext_csd[EXT_CSD_MAX_ENH_SIZE_MULT+1] << 8) + in mmc_hwpart_config()
[all …]
/external/u-boot/drivers/tee/optee/
Drpmb.c106 if (!mmc->ext_csd) in rpmb_get_dev_info()
112 info->rel_wr_sec_c = mmc->ext_csd[222]; in rpmb_get_dev_info()
113 info->rpmb_size_mult = mmc->ext_csd[168]; in rpmb_get_dev_info()
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol.non_cache14 and in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,
Dcontrol20 and in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,
/external/cpuinfo/test/dmesg/
Dalcatel-revvl.log84 [ 16.376224] (4)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 0
85 [ 16.376428] (4)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 1
130 [ 18.481051] (5)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 0
131 [ 18.481333] (4)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 1
178 [ 20.006630] (5)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 0
179 [ 20.006854] (5)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 1
182 [ 20.036032] (6)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 0
183 [ 20.036460] (6)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 1
185 [ 20.049769] (6)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 0
186 [ 20.050042] (6)[318:ccci_fsd]mmc0: set ext_csd.cmdq_mode_en = 1
Dhuawei-p9-lite.log4847 [ 6.831695s][pid:1,cpu6,init]ext_csd erase_group_def is 0x1.
4848 [ 6.831695s][pid:1,cpu6,init]INFO mmc_switch before, ext_csd.user_wp is 0x50.
4849 [ 6.832061s][pid:1,cpu6,init]mmc_switch end, ext_csd.user_wp is 0x51.
4855 [ 6.857727s][pid:1,cpu6,init]ext_csd erase_group_def is 0x1.
4856 [ 6.857727s][pid:1,cpu6,init]INFO mmc_switch before, ext_csd.user_wp is 0x51.
Dzenfone-2.log857 [ 0.867102] mmc0: health = 0x1 0x1 0x1, ext_csd.rev = 7
Dhuawei-mate-8.log5151 [ 9.708343s][pid:1,cpu5,init]ext_csd erase_group_def is 0x1.
5152 [ 9.708343s][pid:1,cpu5,init]INFO mmc_switch before, ext_csd.user_wp is 0x50.
5153 [ 9.708404s][pid:1,cpu5,init]mmc_switch end, ext_csd.user_wp is 0x51.
5159 [ 9.719696s][pid:1,cpu5,init]ext_csd erase_group_def is 0x1.
5160 [ 9.719696s][pid:1,cpu5,init]INFO mmc_switch before, ext_csd.user_wp is 0x51.
Dmeizu-pro-6.log1484 [ 1.650050] (1)[175:mmcqd/0]mmc0: set ext_csd.cmdq_mode_en = 1
Dmeizu-pro-6s.log2123 [ 1.988876] (0)[236:mmcqd/0]mmc0: set ext_csd.cmdq_mode_en = 1
/external/u-boot/include/
Dmmc.h656 u8 *ext_csd; member