Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 108) sorted by relevance

12345

/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c41 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 Dupdate-dtc-source.sh50 make check
/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.c152 # 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 Dinflate.h84 unsigned long check; /* protected copy of check value */ member
/rk3399_rockchip-uboot/lib/
H A Dsysmem.c63 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 Dlist_sort.c174 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 Dmp.c185 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 Ddebug.h52 # 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 Dcheck-lxdialog.sh47 check() { function
77 check
/rk3399_rockchip-uboot/scripts/kconfig/
H A DMakefile173 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 DREADME.sha15 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 Dubi.h257 int len, int check);
259 int offset, int len, int check);
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c75 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 Dqbman_portal.h37 } check; member
/rk3399_rockchip-uboot/board/samsung/common/bootscripts/
H A Dautoboot.cmd17 #### 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 DKbuild.include41 # 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 DREADME.sh7785lcr81 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 DREADME.sandbox-spi39 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 Dlibfdt.i_shipped71 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 Dlowlevel_init.S65 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 DKconfig20 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 Dstart.S13 ; ARCompact devices are not supposed to be SMP so master/slave check
/rk3399_rockchip-uboot/board/keymile/common/
H A Divm.c59 int check) in ivm_get_value() argument
70 if ((val == 0) && (check == 1)) in ivm_get_value()
/rk3399_rockchip-uboot/env/
H A Dcommon.c176 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 Deba.c366 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()

12345