Searched refs:boot_media (Results 1 – 4 of 4) sorted by relevance
139 char *boot_media = NULL, *devtype = NULL; in get_bootdev_type() local157 boot_media = "sd"; in get_bootdev_type()159 boot_media = "emmc"; in get_bootdev_type()162 boot_media = "nand"; in get_bootdev_type()165 boot_media = "nand"; /* kernel treat sfc nand as nand device */ in get_bootdev_type()168 boot_media = "nor"; in get_bootdev_type()171 boot_media = "ramdisk"; in get_bootdev_type()174 boot_media = "mtd"; in get_bootdev_type()177 boot_media = "scsi"; in get_bootdev_type()180 boot_media = "nvme"; in get_bootdev_type()[all …]
70 uint32_t boot_media; /* written here by the boot ROM */ member
133 …unsigned char boot_media; /* boot Media Type: 0=no Emulation, 1=1.2MB floppy, 2=1.44MB floppy, 3=… member
179 switch(pide->boot_media) { in part_get_info_iso_verb()