Searched refs:devpart (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | splash.c | 38 .devpart = "0:1", 44 .devpart = "0:1", 50 .devpart = "0:1",
|
| H A D | splash_source.c | 118 res = fs_set_blk_dev("mmc", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev() 121 res = fs_set_blk_dev("usb", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev() 124 res = fs_set_blk_dev("sata", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev()
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | env_blk.c | 54 int devnum, devpart, ret; in init_blk_hwpart_for_env() local 58 devpart = get_env_part(); in init_blk_hwpart_for_env() 62 ret = blk_select_hwpart_devnum(if_type, devnum, devpart); in init_blk_hwpart_for_env()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | splash.h | 46 char *devpart; /* Use the load command dev:part conventions */ member
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 54 .devpart = "2:1", 60 .devpart = "0:1", 66 .devpart = "0:1",
|