| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | checks.c | 41 struct check; 43 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); 45 struct check { struct 53 struct check **prereq; argument 57 static struct check *_nm##_prereqs[] = { __VA_ARGS__ }; \ 58 static struct check _nm = { \ 75 static inline void PRINTF(3, 4) check_msg(struct check *c, struct dt_info *dti, in check_msg() 99 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 111 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 125 struct check *prq = c->prereq[i]; in run_check() [all …]
|
| H A D | update-dtc-source.sh | 50 make check
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | inflate.c | 152 # define UPDATE(check, buf, len) \ argument 153 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 155 # define UPDATE(check, buf, len) adler32(check, buf, len) argument 160 # define CRC2(check, word) \ argument 164 check = crc32(check, hbuf, 2); \ 167 # define CRC4(check, word) \ argument 173 check = crc32(check, hbuf, 4); \ 369 state->check = crc32(0L, Z_NULL, 0); in inflate() 370 CRC2(state->check, hold); in inflate() 401 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() [all …]
|
| H A D | inflate.h | 84 unsigned long check; /* protected copy of check value */ member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sysmem.c | 63 struct memcheck *check; in sysmem_dump() local 98 check = (struct memcheck *) in sysmem_dump() 99 (mem->base + mem->size - sizeof(*check)); in sysmem_dump() 100 overflow = (check->magic != SYSMEM_MAGIC); in sysmem_dump() 102 check = (struct memcheck *) in sysmem_dump() 103 (mem->base - sizeof(*check)); in sysmem_dump() 104 overflow = (check->magic != SYSMEM_MAGIC); in sysmem_dump() 168 struct memcheck *check; in sysmem_overflow_check() local 245 check = (struct memcheck *) in sysmem_overflow_check() 246 (smem->base + smem->size - sizeof(*check)); in sysmem_overflow_check() [all …]
|
| H A D | list_sort.c | 174 static int __init check(struct debug_el *ela, struct debug_el *elb) in check() function 210 check(ela, elb); in cmp() 273 if (check(el, el1)) { in list_sort_test()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | mp.c | 185 u32 granule_size, check; in determine_mp_bootpg() local 220 check = bootpg >> 13; in determine_mp_bootpg() 221 while ((check % 3) != 1) in determine_mp_bootpg() 222 check--; in determine_mp_bootpg() 223 bootpg = check << 13; in determine_mp_bootpg() 228 check = bootpg >> 12; in determine_mp_bootpg() 229 while ((check % 3) != 0) in determine_mp_bootpg() 230 check--; in determine_mp_bootpg() 231 bootpg = check << 12; in determine_mp_bootpg()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/ |
| H A D | debug.h | 52 # define CHECK_IP_FETCH() (M.x86.check & CHECK_IP_FETCH_F) 53 # define CHECK_SP_ACCESS() (M.x86.check & CHECK_SP_ACCESS_F) 54 # define CHECK_MEM_ACCESS() (M.x86.check & CHECK_MEM_ACCESS_F) 55 # define CHECK_DATA_ACCESS() (M.x86.check & CHECK_DATA_ACCESS_F)
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 47 check() { function 77 check
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | Makefile | 173 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh 177 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \ 214 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTLOADLIBES_mconf) 219 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS)) 235 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.sha1 | 5 This SHA1 sum is used, to check, if the U-Boot Image in Flash is not 13 -c check the U-Boot image in flash 19 check, if the SHA1 sum from the Image stored in Flash is correct
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | ubi.h | 257 int len, int check); 259 int offset, int len, int check);
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_portal.c | 75 p->mc.check = swp_mc_can_start; in qbman_swp_init() 121 BUG_ON(p->mc.check != swp_mc_can_start); in qbman_swp_mc_start() 127 p->mc.check = swp_mc_can_submit; in qbman_swp_mc_start() 136 BUG_ON(p->mc.check != swp_mc_can_submit); in qbman_swp_mc_submit() 148 p->mc.check = swp_mc_can_poll; in qbman_swp_mc_submit() 156 BUG_ON(p->mc.check != swp_mc_can_poll); in qbman_swp_mc_result() 164 p->mc.check = swp_mc_can_start; in qbman_swp_mc_result()
|
| H A D | qbman_portal.h | 37 } check; member
|
| /rk3399_rockchip-uboot/board/samsung/common/bootscripts/ |
| H A D | autoboot.cmd | 17 #### Routine: check_dtb - check that target.dtb exists on boot partition 27 #### Routine: check_ramdisk - check that uInitrd exists on boot partition 38 #### Routine: boot_fit - check that env $boardname is set and boot proper config of ITB image
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Kbuild.include | 41 # filechk is used to check if the content of a generated file is updated. 237 # User may override this check using make KBUILD_NOCMDDEP=1 238 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \ 241 arg-check = $(if $(strip $(cmd_$@)),,1) 258 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 264 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \ 272 # Will check if $(cmd_foo) or any of the prerequisites changed, 274 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \ 302 $(if $(arg-check), \
|
| /rk3399_rockchip-uboot/board/renesas/sh7785lcr/ |
| H A D | README.sh7785lcr | 81 This is self-check command. This command has the following options: 88 - net : check RTL8110 ID 89 - sata : check SiI3512 ID
|
| /rk3399_rockchip-uboot/doc/SPI/ |
| H A D | README.sandbox-spi | 39 1 check: 2 ticks, 512000 KiB/s 4096.000 Mbps 44 1 check: 2 ticks, 512000 KiB/s 4096.000 Mbps
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 71 This is used to check for errors returned by libfdt C functions. 91 This is used to check for a NULL return value from certain libfdt C 137 parentoffset: Offset of the parent node to check 169 nodeoffset: Offset to the node to check 203 nodeoffset: Offset of node to check 328 nodeoffset: Node offset to check 340 nodeoffset: Node offset to check
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/ |
| H A D | lowlevel_init.S | 65 mov r0, #-1 @ manager for all domains (No permission check) 112 cmp r0, #0 @ check if the command is successfully set
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | Kconfig | 20 includes methods to start/stop the device, check for available 49 includes methods to start/stop the device, check for available 58 includes methods to start/stop the device, check for available
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | start.S | 13 ; ARCompact devices are not supposed to be SMP so master/slave check
|
| /rk3399_rockchip-uboot/board/keymile/common/ |
| H A D | ivm.c | 59 int check) in ivm_get_value() argument 70 if ((val == 0) && (check == 1)) in ivm_get_value()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | common.c | 176 int env_import(const char *buf, int check) in env_import() argument 181 if (check) { in env_import()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | eba.c | 366 void *buf, int offset, int len, int check) in ubi_eba_read_leb() argument 395 check = 0; in ubi_eba_read_leb() 398 if (check) { in ubi_eba_read_leb() 445 if (!check) { in ubi_eba_read_leb() 447 check = 1; in ubi_eba_read_leb() 454 if (check) { in ubi_eba_read_leb() 494 int check) in ubi_eba_read_leb_sg() argument 510 to_read, check); in ubi_eba_read_leb_sg()
|