Home
last modified time | relevance | path

Searched refs:drive_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dmxsboot.c119 uint32_t drive_type; member
564 cb->drv_info[0].drive_type = cpu_to_le32(0x0); in mx28_create_sd_image()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu1257 drive_type = self.get('QB_DRIVE_TYPE')
1258 if drive_type.startswith("/dev/sd"):
1262 elif drive_type.startswith("/dev/hd"):
1265 elif drive_type.startswith("/dev/vdb"):
1272 if not drive_type.startswith("/dev/vd"):
1273 logger.warning("Unknown QB_DRIVE_TYPE: %s" % drive_type)