Searched refs:PART_BOOT (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | uimage.c | 101 part_name = PART_BOOT; in uimage_load_bootables() 192 char *part_name = PART_BOOT; in uimage_init_resource()
|
| H A D | spl.c | 419 return (boot_mode == BOOT_RECOVERY) ? PART_RECOVERY : PART_BOOT; in spl_kernel_partition()
|
| H A D | fit.c | 145 char *part_name = PART_BOOT; in fit_get_blob()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | boot_rkimg.h | 58 #define PART_BOOT "boot" macro
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | rkflash_blk.h | 54 PART_BOOT = 1 << 3, enumerator
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_rkfw.c | 490 if (part_get_info_by_name(dev_desc, PART_BOOT, &part_info) > 0) in spl_load_rkfw_image() 514 part_name = PART_BOOT; in spl_load_rkfw_image()
|
| H A D | spl_fit.c | 444 return PART_BOOT; in spl_kernel_partition() 473 const char *part_name = PART_BOOT; in spl_load_kernel_fit()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk1808/ |
| H A D | rk1808.c | 192 const char *boot_part = PART_BOOT; in env_fixup_ramdisk_addr_r()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/ |
| H A D | main.c | 593 [PART_BOOT] = { 849 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_boot() 873 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_upload() 1384 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_get_pg_ver()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootrkp.c | 305 char *part_name = PART_BOOT; in do_boot_rockchip()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | android_bootloader.c | 1086 const char *part_boot = PART_BOOT; in android_fdt_overlay_apply() 1101 part_boot = can_find_recovery ? PART_RECOVERY : PART_BOOT; in android_fdt_overlay_apply()
|
| H A D | image-android.c | 46 const char *part_name = PART_BOOT; in android_version_init() 57 part_name = ab_can_find_recovery_part() ? PART_RECOVERY : PART_BOOT; in android_version_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | wlcore.h | 123 PART_BOOT, enumerator
|
| H A D | boot.c | 439 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wlcore_boot_run_firmware()
|
| H A D | main.c | 908 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wlcore_print_recovery() 1037 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl12xx_set_power_on()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/ |
| H A D | main.c | 509 [PART_BOOT] = { /* in wl12xx we can use a mix of work and down
|