Searched refs:rescan (Results 1 – 17 of 17) sorted by relevance
/u-boot/arch/arm/mach-omap2/ |
A D | hwinit-common.c | 180 int rescan; in early_system_init() local 215 ret = fdtdec_resetup(&rescan); in early_system_init() 216 if (!ret && rescan) { in early_system_init()
|
/u-boot/board/ge/bx50v3/ |
A D | bx50v3.c | 392 int ret, rescan; in board_init() local 397 ret = fdtdec_resetup(&rescan); in board_init() 398 if (!ret && rescan) { in board_init()
|
/u-boot/board/aristainetos/ |
A D | aristainetos.c | 524 int rescan; in embedded_dtb_select() local 527 fdtdec_resetup(&rescan); in embedded_dtb_select()
|
/u-boot/board/ti/am335x/ |
A D | README | 62 U-Boot # mmc rescan 103 U-Boot # mmc rescan 148 U-Boot # mmc rescan 176 U-Boot # mmc rescan
|
/u-boot/configs/ |
A D | tbs2910_defconfig | 19 CONFIG_BOOTCOMMAND="mmc rescan; if run bootcmd_up1; then run bootcmd_up2; else run bootcmd_mmc || r…
|
/u-boot/board/logicpd/omap3som/ |
A D | README | 23 U-Boot # mmc rescan
|
/u-boot/board/intel/edison/ |
A D | edison-environment.txt | 21 do_force_partition=echo "Partitioning using GPT"; gpt write mmc 0 ${partitions} ; mmc rescan; seten…
|
/u-boot/include/ |
A D | fdtdec.h | 1173 int fdtdec_resetup(int *rescan);
|
/u-boot/board/freescale/ls1021atsn/ |
A D | README.rst | 49 …=> tftp 0x82000000 u-boot-with-spl-pbl.bin && mmc rescan && mmc erase 8 0x1100 && mmc write 0x8200…
|
/u-boot/lib/ |
A D | fdtdec.c | 1615 int fdtdec_resetup(int *rescan) in fdtdec_resetup() argument 1633 *rescan = 0; in fdtdec_resetup() 1637 *rescan = 1; in fdtdec_resetup() 1647 *rescan = 0; in fdtdec_resetup()
|
/u-boot/board/synopsys/hsdk/ |
A D | README | 124 mmc rescan && fatload mmc 0:1 ${loadaddr} u-boot-update.scr && source ${loadaddr}
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 1063 __le64 rescan; member
|
/u-boot/doc/board/AndesTech/ |
A D | ax25-ae350.rst | 128 RISC-V # mmc rescan 222 RISC-V # mmc rescan
|
/u-boot/drivers/usb/gadget/ |
A D | at91_udc.c | 139 rescan: in read_fifo() 192 goto rescan; in read_fifo()
|
/u-boot/fs/btrfs/ |
A D | ctree.h | 1045 rescan, 64); 1054 struct btrfs_qgroup_status_item, rescan, 64);
|
/u-boot/cmd/ |
A D | mmc.c | 946 U_BOOT_CMD_MKENT(rescan, 1, 1, do_mmc_rescan, "", ""),
|
/u-boot/common/ |
A D | dlmalloc.src | 2167 --idx; /* adjust to rescan below after checking last remainder */
|
Completed in 57 milliseconds