Searched refs:is_sd (Results 1 – 3 of 3) sorted by relevance
12 static int find_first_mmc_device(bool is_sd) in find_first_mmc_device() argument19 ((is_sd && IS_SD(mmc)) || (!is_sd && IS_MMC(mmc)))) in find_first_mmc_device()
155 static int is_sd; in mox_get_topology() local167 *pis_sd = is_sd; in mox_get_topology()179 is_sd = 1; in mox_get_topology()181 is_sd = 0; in mox_get_topology()194 *pis_sd = is_sd; in mox_get_topology()403 int is_sd; in last_stage_init() local409 ret = mox_get_topology(&topology, &module_count, &is_sd); in last_stage_init()415 printf(" SD/eMMC version: %s\n", is_sd ? "SD" : "eMMC"); in last_stage_init()
53 static bool is_sd(struct blk_desc *desc) in is_sd() function623 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()676 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
Completed in 13 milliseconds