Searched refs:uboot_diskgetunit (Results 1 – 3 of 3) sorted by relevance
76 int uboot_diskgetunit(int type, int type_unit);
295 uboot_diskgetunit(int type, int type_unit) in uboot_diskgetunit() function
357 currdev.d_unit = uboot_diskgetunit(load_type, unit); in probe_disks()371 if ((currdev.d_unit = uboot_diskgetunit(load_type, load_unit)) != -1) { in probe_disks()