Lines Matching refs:boot_media
139 char *boot_media = NULL, *devtype = NULL; in get_bootdev_type() local
157 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()
185 if (!appended && boot_media) { in get_bootdev_type()
207 "storagemedia=%s", boot_media); in get_bootdev_type()
211 boot_media, boot_media); in get_bootdev_type()
229 boot_media, boot_media); in get_bootdev_type()
234 boot_media, boot_media); in get_bootdev_type()