Lines Matching refs:bootdev

42 			      struct spl_boot_device *bootdev,  in mmc_load_image_raw_sector()  argument
50 ret = spl_load(spl_image, bootdev, &load, 0, sector << bd->log2blksz); in mmc_load_image_raw_sector()
112 struct spl_boot_device *bootdev, in mmc_load_image_raw_partition() argument
141 return mmc_load_image_raw_sector(spl_image, bootdev, mmc, info.start + sector); in mmc_load_image_raw_partition()
143 return mmc_load_image_raw_sector(spl_image, bootdev, mmc, info.start); in mmc_load_image_raw_partition()
150 struct spl_boot_device *bootdev, in mmc_load_image_raw_os() argument
168 ret = mmc_load_image_raw_sector(spl_image, bootdev, mmc, in mmc_load_image_raw_os()
182 struct spl_boot_device *bootdev, in mmc_load_image_raw_os() argument
198 struct spl_boot_device *bootdev, in spl_mmc_do_fs_boot() argument
230 ret = spl_load_image_fat_os(spl_image, bootdev, mmc_get_blk_desc(mmc), in spl_mmc_do_fs_boot()
236 ret = spl_load_image_fat(spl_image, bootdev, mmc_get_blk_desc(mmc), in spl_mmc_do_fs_boot()
245 ret = spl_load_image_ext_os(spl_image, bootdev, mmc_get_blk_desc(mmc), in spl_mmc_do_fs_boot()
251 ret = spl_load_image_ext(spl_image, bootdev, mmc_get_blk_desc(mmc), in spl_mmc_do_fs_boot()
345 struct spl_boot_device *bootdev, in spl_mmc_load() argument
356 mmc_dev = spl_mmc_get_device_index(bootdev->boot_device); in spl_mmc_load()
357 log_debug("boot_device=%d, mmc_dev=%d\n", bootdev->boot_device, in spl_mmc_load()
372 boot_mode = spl_mmc_boot_mode(mmc, bootdev->boot_device); in spl_mmc_load()
392 ret = mmc_load_image_raw_os(spl_image, bootdev, mmc); in spl_mmc_load()
400 ret = mmc_load_image_raw_partition(spl_image, bootdev, in spl_mmc_load()
407 ret = mmc_load_image_raw_sector(spl_image, bootdev, mmc, in spl_mmc_load()
419 ret = spl_mmc_do_fs_boot(spl_image, bootdev, mmc, filename); in spl_mmc_load()
433 struct spl_boot_device *bootdev) in spl_mmc_load_image() argument
435 return spl_mmc_load(spl_image, bootdev, in spl_mmc_load_image()
442 spl_mmc_boot_partition(bootdev->boot_device), in spl_mmc_load_image()