HomeSort by relevance Sort by last modified time
    Searched refs:blk_find_max_devnum (Results 1 - 4 of 4) sorted by null

  /external/u-boot/lib/efi_driver/
efi_block_device.c 145 devnum = blk_find_max_devnum(IF_TYPE_EFI);
  /external/u-boot/drivers/mmc/
mmc-uclass.c 207 return max((blk_find_max_devnum(IF_TYPE_MMC) + 1), 0);
212 return blk_find_max_devnum(IF_TYPE_MMC);
  /external/u-boot/include/
blk.h 380 * blk_find_max_devnum() - find the maximum device number for an interface type
389 int blk_find_max_devnum(enum if_type if_type);
  /external/u-boot/drivers/block/
blk-uclass.c 486 int blk_find_max_devnum(enum if_type if_type) function
510 ret = blk_find_max_devnum(if_type);

Completed in 223 milliseconds