Searched refs:mmcp (Results 1 – 1 of 1) sorted by relevance
114 static int spl_mmc_find_device(struct mmc **mmcp, u32 boot_device) in spl_mmc_find_device() argument136 *mmcp = mmc_get_mmc_dev(dev); in spl_mmc_find_device()138 *mmcp = find_mmc_device(mmc_dev); in spl_mmc_find_device()139 err = *mmcp ? 0 : -ENODEV; in spl_mmc_find_device()