Searched refs:or (Results 1 - 25 of 67) sorted by relevance

123

/u-boot/arch/mips/include/asm/
H A Dsgidefs.h15 #error Use a Linux compiler or give up.
/u-boot/arch/powerpc/lib/
H A D_ashrdi3.S35 addi r7,r5,32 # could be xori, or addi with -32
39 or r4,r4,r6 # LSW |= t1
42 or r4,r4,r7 # LSW |= t2
H A D_ashldi3.S35 addi r7,r5,32 # could be xori, or addi with -32
38 or r3,r3,r6 # MSW |= t1
40 or r3,r3,r7 # MSW |= t2
H A D_lshrdi3.S35 addi r7,r5,32 # could be xori, or addi with -32
38 or r4,r4,r6 # LSW |= t1
40 or r4,r4,r7 # LSW |= t2
/u-boot/include/configs/
H A Dmxs.h4 * This program is free software; you can redistribute it and/or
7 * the License, or (at your option) any later version.
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 #error Select either CONFIG_MX23 or CONFIG_MX28 , never both!
29 #error Select one of CONFIG_MX23 or CONFIG_MX28 !
/u-boot/include/asm-generic/bitops/
H A Dfls64.h13 * fls64(value) returns 0 if value is 0 or the position of the last
33 #error BITS_PER_LONG not 32 or 64
/u-boot/scripts/kconfig/
H A Dnconf-cfg.sh44 echo >&2 "* Install ncurses (ncurses-devel or libncurses-dev"
H A Dqconf-cfg.sh30 echo >&2 "* Please install either Qt 4.8 or 5.x. and make sure it's in PKG_CONFIG_PATH"
H A Dmconf-cfg.sh44 echo >&2 "* Install ncurses (ncurses-devel or libncurses-dev"
/u-boot/arch/x86/cpu/intel_common/
H A Dcar2.S105 or $MTRR_TYPE_WRBACK, %eax
114 or $MTRR_PHYS_MASK_VALID, %eax
121 or $MTRR_TYPE_WRBACK, %eax
129 or $MTRR_PHYS_MASK_VALID, %eax
135 or $MTRR_TYPE_WRBACK, %eax
143 or $MTRR_PHYS_MASK_VALID, %eax
154 or $MTRR_DEF_TYPE_EN, %eax
194 or $0x1, %eax
212 or $0x2, %eax
246 or
[all...]
/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.h113 #define BANK_DS(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib, \
123 [REG_OUT] = { or, ob}, \
129 #define BANK(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib) \
130 BANK_DS(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib, 0, 0)
/u-boot/board/xilinx/microblaze-generic/
H A Dconfig.mk9 # USE_HW_MUL can be 0, 1, or 2, defining a hierarchy of HW Mul support.
/u-boot/arch/powerpc/
H A Dconfig.mk16 # When cross-compiling on NetBSD, we have to define __PPC__ or else we
39 echo -n '*** Your GCC is too old, please upgrade to GCC 4.x or newer'; \
/u-boot/arch/x86/cpu/quark/
H A Dcar.S54 or $((MSG_OP_READ << 24) | MSG_BYTE_ENABLE), %eax
84 or $((MSG_OP_WRITE << 24) | MSG_BYTE_ENABLE), %eax
/u-boot/arch/riscv/lib/
H A Dmemset.S21 * greater than or equal to start address
38 or a1, a3, a1
40 or a1, a3, a1
43 or a1, a3, a1
H A Dstrcmp_zbb.S25 or t2, a0, a1
H A Dstrncmp_zbb.S26 or t2, a0, a1
/u-boot/scripts/
H A Dmailmapper13 One problem is that the authors' name and/or email address is sometimes
23 from the cananonical name is equal to or greater than 'MIN_COMMITS',
29 options or '.mailmap' at the toplevel of the repository, it is used as
53 # The entries only for the canonical names with MIN_COMMITS or more commits.
147 if line[0] == '#' or line[0] == '\n':
H A Dbuild_OID_registry2 # SPDX-License-Identifier: GPL-2.0-or-later
36 open C_FILE, ">$ARGV[1]" or die;
203 close C_FILE or die;
H A Ddocumentation-file-ref-check49 or die "Failed to run git grep";
75 or die "Failed to run git grep";
197 # usual reason for breakage: use dash or underline
/u-boot/arch/mips/mach-mtmips/mt7628/
H A Dlowlevel_init.S93 or t0, t0, CONF_CM_CACHABLE_NONCOHERENT
150 or t0, t0, CONF_CM_UNCACHED
/u-boot/arch/mips/mach-mtmips/mt7621/tpl/
H A Dstart.S97 or t0, ST0_BEV | ST0_ERL
132 or t1, t1, t2
/u-boot/tools/buildman/
H A Dbuildman44 test_name = args.terms and args.terms[0] or None
70 This is the main program. It collects arguments and runs either the tests or
/u-boot/arch/microblaze/cpu/
H A Dstart.S88 or r5, r0, r0
126 or r5, r0, r0 /* flags - empty */
265 or r0, r0, r0
291 or r5, r0, r0
/u-boot/tools/binman/
H A Dbinman22 # Extract $(srctree) from Kbuild environment, or use relative paths below
75 test_name = args and args[0] or None
100 build_dir, all_set, extra_args or None)

Completed in 242 milliseconds

123