Searched refs:cc (Results 1 - 25 of 41) sorted by relevance

12

/u-boot/scripts/
H A DMakefile.extrawarn10 # $(call cc-option, -W...) handles gcc -W.. options which
14 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
26 warning-1 += $(call cc-option, -Wmissing-prototypes)
28 warning-1 += $(call cc-option, -Wmissing-include-dirs)
29 warning-1 += $(call cc-option, -Wunused-but-set-variable)
30 warning-1 += $(call cc-option, -Wunused-const-variable)
31 warning-1 += $(call cc-option, -Wpacked-not-aligned)
32 warning-1 += $(call cc-option, -Wstringop-truncation)
33 warning-1 += $(call cc-disable-warning, missing-field-initializers)
34 warning-1 += $(call cc
[all...]
/u-boot/arch/arm/cpu/armv8/
H A Dconfig.mk5 PLATFORM_RELFLAGS += $(call cc-option,-mbranch-protection=none)
7 PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
/u-boot/drivers/usb/musb-new/
H A DMakefile18 ccflags-y := $(call cc-option,-Wno-unused-variable) \
19 $(call cc-option,-Wno-unused-but-set-variable) \
20 $(call cc-option,-Wno-unused-label)
/u-boot/post/lib_powerpc/
H A Db.c132 ulong cc, cd; local
139 for (cc = 0; cc < 4 && ret == 0; cc++)
151 int jumpc = cc >= 2 ||
152 (cc == 0 && !cond) ||
153 (cc == 1 && cond);
160 (cc << 3) + (cd << 1), 0, jump, decr, link,
/u-boot/arch/arm/
H A Dconfig.mk25 PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
26 $(call cc-option,-mgeneral-regs-only) \
27 $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
30 LLVM_RELFLAGS := $(call cc-option,-mllvm,) \
31 $(call cc-option,-mno-movt,)
46 $(call cc-option, -mthumb -mthumb-interwork,\
47 $(call cc-option,-marm,)\
48 $(call cc-option,-mno-thumb-interwork,)\
51 PF_CPPFLAGS_ARM := $(call cc
[all...]
H A DMakefile15 arch-$(CONFIG_CPU_V7A) =$(call cc-option, -march=armv7-a, \
16 $(call cc-option, -march=armv7))
33 # Evaluate arch cc-option calls now
47 # Evaluate tune cc-option calls now
/u-boot/drivers/clk/renesas/
H A Drzg2l-cpg.c172 static ulong rzg2l_sdhi_clk_get_rate(struct udevice *dev, const struct cpg_core_clk *cc) argument
176 const ulong offset = CPG_CONF_OFFSET(cc->conf);
177 const int shift = CPG_CONF_BITPOS(cc->conf);
178 const u32 mask = CPG_CONF_BITMASK(cc->conf);
183 if (!sel || sel > cc->num_parents) {
187 return rzg2l_cpg_clk_get_rate_by_name(dev, cc->parent_names[sel - 1]);
190 static ulong rzg2l_div_clk_get_rate(struct udevice *dev, const struct cpg_core_clk *cc) argument
194 const ulong offset = CPG_CONF_OFFSET(cc->conf);
195 const int shift = CPG_CONF_BITPOS(cc->conf);
196 const u32 mask = CPG_CONF_BITMASK(cc
209 rzg2l_core_clk_get_rate(struct udevice *dev, const struct cpg_core_clk *cc) argument
280 rzg2l_sdhi_clk_set_rate(struct udevice *dev, const struct cpg_core_clk *cc, ulong rate) argument
346 rzg2l_core_clk_set_rate(struct udevice *dev, const struct cpg_core_clk *cc, ulong rate) argument
[all...]
/u-boot/tools/patman/
H A Dseries.py21 valid_series = ['to', 'cc', 'version', 'changes', 'prefix', 'notes', 'name',
28 cc: List of aliases/emails to Cc all patches to
37 self.cc = []
112 cc_set = set(gitutil.build_email_list(self.cc));
245 Uses subject tags and get_maintainers.pl script to find people to cc
264 list of str: List of email addresses to cc
266 cc = []
268 cc += gitutil.build_email_list(commit.tags,
270 cc += gitutil.build_email_list(commit.cc_list,
272 if type(add_maintainers) == type(cc)
[all...]
H A Dgitutil.py424 " patman needs --cc-cmd to be run to set the cc list.\n" +
429 " and set an option that runs --cc-cmd\n")
472 >>> series['cc'] = ['mary']
473 >>> email_patches(series, 'cover', ['p1', 'p2'], True, True, 'cc-fname', \
475 'git send-email --annotate --to "f.bloggs@napier.co.nz" --cc \
476 "m.poppins@cloud.net" --cc-cmd "./patman send --cc-cmd cc-fname" cover p1 p2'
477 >>> email_patches(series, None, ['p1'], True, True, 'cc
[all...]
/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c49 long double __gcc_qadd(double a, double aa, double c, double cc) argument
57 z = cc + aa + c + a;
61 zz = aa + cc;
68 zz = q + c + (a - (q + z)) + aa + cc;
/u-boot/arch/powerpc/
H A Dconfig.mk11 PF_CPPFLAGS_POWERPC := $(call cc-option,-fno-ira-hoist-pressure,)
37 @if test "$(call cc-name)" = "gcc" -a \
38 $(call cc-version) -lt 0400; then \
/u-boot/board/xilinx/microblaze-generic/
H A Dconfig.mk16 CPUFLAGS-1 += $(call cc-option,-mcpu=v$(CPU_VER))
/u-boot/lib/rsa/
H A Drsa-keyprop.c332 uint32_t cc; local
335 cc = 0;
342 naw = aw + bw + cc;
348 cc = (cc & EQ(naw, aw)) | LT(naw, aw);
351 return cc;
365 uint32_t cc; local
368 cc = 0;
375 naw = aw - bw - cc;
381 cc
467 uint64_t cc; local
[all...]
/u-boot/tools/
H A Drmboard.py83 cc = []
93 cc.append(fields[1])
130 for name in cc:
131 msg += 'Patch-cc: %s\n' % name
/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk10 PF_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
/u-boot/arch/x86/
H A Dconfig.mk7 PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \
8 $(call cc-option, -fno-unit-at-a-time))
58 CFLAGS_EFI += $(call cc-option, -mno-red-zone)
/u-boot/arch/arm/include/asm/
H A Dassembler.h63 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/u-boot/examples/standalone/
H A DMakefile47 ccflags-y += $(call cc-option,-fno-toplevel-reorder)
/u-boot/arch/riscv/
H A DMakefile43 toolchain-need-zicsr-zifencei := $(call cc-option-yn, -mabi=$(ABI) -march=$(RISCV_MARCH)_zicsr_zifencei)
/u-boot/lib/zlib/
H A Ddeflate.h315 { uch cc = (c); \
318 s->sym_buf[s->sym_next++] = cc; \
319 s->dyn_ltree[cc].Freq++; \
/u-boot/drivers/usb/host/
H A Dohci.h78 #define TD_CC_SET(td_p, cc) (td_p) = ((td_p) & 0x0fffffff) | (((cc) & 0x0f) << 28)
H A Dohci-hcd.c1045 int cc; local
1047 cc = TD_CC_GET(m32_swap(td_list->hwINFO));
1048 if (cc) {
1049 err(" USB-error: %s (%x)", cc_to_string[cc], cc);
1113 int cc; local
1130 cc = TD_CC_GET(tdINFO);
1131 if (cc) {
1132 err("USB-error: %s (%x)", cc_to_string[cc], cc);
[all...]
/u-boot/tools/dtoc/
H A Dfdt_util.py83 cc, args = tools.get_target_compile_tool('cc')
89 command.run(cc, *args)
/u-boot/
H A DMakefile288 HOSTCC = cc
331 HOSTCC = $(call os_x_before, 10, 5, "cc", "gcc")
438 ifeq ($(cc-name),clang)
451 KBUILD_CFLAGS += $(call cc-option, -no-integrated-as)
452 KBUILD_AFLAGS += $(call cc-option, -no-integrated-as)
456 KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
457 KBUILD_AFLAGS += $(call cc-option,-fno-PIE)
730 ifeq ($(cc-name),clang)
752 KBUILD_CFLAGS += $(call cc-option,-fstack-protector-strong)
753 KBUILD_CFLAGS += $(call cc
[all...]
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dp2wi.h122 u32 cc; /* 0x04 clock control */ member in struct:sunxi_p2wi_reg

Completed in 279 milliseconds

12