Searched refs:cc (Results 51 - 75 of 445) sorted by relevance

1234567891011>>

/linux-master/include/linux/ssb/
H A Dssb_driver_chipcommon.h599 static inline bool ssb_chipco_available(struct ssb_chipcommon *cc) argument
601 return (cc->dev != NULL);
605 #define chipco_read32(cc, offset) ssb_read32((cc)->dev, offset)
606 #define chipco_write32(cc, offset, val) ssb_write32((cc)->dev, offset, val)
608 #define chipco_mask32(cc, offset, mask) \
609 chipco_write32(cc, offset, chipco_read32(cc, offset) & (mask))
610 #define chipco_set32(cc, offse
[all...]
/linux-master/arch/s390/pci/
H A Dpci_mmio.c18 static inline void zpci_err_mmio(u8 cc, u8 status, u64 offset) argument
22 u8 cc; member in struct:__anon104
24 } data = {offset, cc, status};
33 int cc = -ENXIO; local
38 "1: ipm %[cc]\n"
39 " srl %[cc],28\n"
42 : [cc] "+d" (cc), [len] "+d" (len)
44 : "cc", "memory");
46 return cc;
54 int cc = -ENXIO; local
200 int cc = -ENXIO; local
[all...]
/linux-master/arch/loongarch/
H A DMakefile53 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-)
82 cflags-y += $(call cc-option,-mexplicit-relocs)
83 KBUILD_CFLAGS_KERNEL += $(call cc-option,-mdirect-extern-access)
84 KBUILD_CFLAGS_KERNEL += $(call cc-option,-fdirect-access-external-data)
85 KBUILD_AFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
86 KBUILD_CFLAGS_MODULE += $(call cc-option,-fno-direct-access-external-data)
88 cflags-y += $(call cc-option,-mno-explicit-relocs)
95 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
96 KBUILD_CFLAGS += $(call cc
[all...]
/linux-master/arch/s390/include/asm/
H A Dtimex.h44 int cc; local
50 : "=d" (cc) : "Q" (time) : "cc");
51 return cc;
56 int cc; local
62 : "=d" (cc), "=Q" (*clk) : : "cc");
63 return cc;
68 asm volatile("stcke %0" : "=Q" (*tod) : : "cc");
156 : "cc", "
[all...]
H A Duv.h331 int cc; local
335 " ipm %[cc]\n"
336 " srl %[cc],28\n"
337 : [cc] "=d" (cc)
339 : "memory", "cc");
340 return cc;
345 int cc; local
348 cc = __uv_call(r1, r2);
349 } while (cc >
356 int cc; local
376 int cc; local
[all...]
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbcma_nand.c15 struct bcma_drv_cc *cc; member in struct:brcmnand_bcma_soc
57 val = bcma_cc_read32(sc->cc, offset);
80 bcma_cc_write32(sc->cc, offset, val);
96 bcma_cc_write32(sc->cc, BCMA_CC_NAND_CACHE_ADDR, 0);
108 soc->cc = container_of(nflash, struct bcma_drv_cc, nflash);
112 if (soc->cc->core->bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) {
/linux-master/arch/sh/
H A DMakefile14 CROSS_COMPILE := $(call cc-cross-prefix, sh-linux- sh-linux-gnu- sh-unknown-linux-gnu-)
32 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,)
33 cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,)
34 cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \
35 $(call cc-option,-m2a-nofpu,) \
36 $(call cc-option,-m4-nofpu,)
37 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,)
38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \
39 $(call cc-option,-mno-implicit-fp,-m4-nofpu)
40 cflags-$(CONFIG_CPU_SH4A) += $(call cc
[all...]
/linux-master/arch/powerpc/
H A DMakefile19 CROSS_COMPILE := $(call cc-cross-prefix, $(foreach a,$(CC_ARCHES), \
24 HAS_BIARCH := $(call cc-option-yn, -m32)
70 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
72 KBUILD_CFLAGS += $(call cc-option,-mbig-endian)
81 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
82 cflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mcall-aixdesc)
83 aflags-$(CONFIG_PPC64_ELF_ABI_V1) += $(call cc-option,-mabi=elfv1)
92 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
94 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
117 ifeq ($(call cc
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-vbi.c32 static void ivtv_set_cc(struct ivtv *itv, int mode, const struct vbi_cc *cc) argument
41 data.data[0] = cc->odd[0];
42 data.data[1] = cc->odd[1];
46 data.data[0] = cc->even[0];
47 data.data[1] = cc->even[1];
85 struct vbi_cc *cc, int *found_cc)
91 cc->even[0] = d->data[0];
92 cc->even[1] = d->data[1];
94 cc->odd[0] = d->data[0];
95 cc
83 ivtv_write_vbi_line(struct ivtv *itv, const struct v4l2_sliced_vbi_data *d, struct vbi_cc *cc, int *found_cc) argument
121 ivtv_write_vbi_cc_lines(struct ivtv *itv, const struct vbi_cc *cc) argument
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; local
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; local
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; local
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.h72 unsigned int cc; member in struct:mlx5_fpga_conn::__anon1228::__anon1229
79 unsigned int cc; member in struct:mlx5_fpga_conn::__anon1228::__anon1230
/linux-master/fs/ntfs3/
H A DMakefile8 $(call cc-option,-Wunused-but-set-variable,-Wunused-const-variable) \
9 $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration)
/linux-master/tools/power/acpi/
H A DMakefile.config59 cc-supports = ${shell if $(CC) ${1} -S -o /dev/null -x c /dev/null > /dev/null 2>&1; then echo "$(1)"; fi;}
62 OPTIMIZATION := $(call cc-supports,-Os,-O2)
65 WARNINGS += $(call cc-supports,-Wstrict-prototypes)
66 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
/linux-master/arch/x86/
H A DMakefile.um23 KBUILD_CFLAGS += $(call cc-option,-m32)
24 KBUILD_AFLAGS += $(call cc-option,-m32)
25 LINK-y += $(call cc-option,-m32)
34 cflags-y += $(call cc-option,-mpreferred-stack-boundary=2)
/linux-master/kernel/kcsan/
H A DMakefile10 CFLAGS_core.o := $(call cc-option,-fno-conserve-stack) \
11 $(call cc-option,-mno-outline-atomics) \
/linux-master/scripts/
H A DMakefile.compiler3 # cc-cross-prefix
4 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
12 cc-cross-prefix = $(firstword $(foreach c, $(1), \
48 # cc-option
49 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
51 cc-option = $(call __cc-option, $(CC),\
54 # cc-option-yn
55 # Usage: flag := $(call cc-option-yn,-march=winchip-c6)
56 cc-option-yn = $(call try-run,\
59 # cc
[all...]
/linux-master/drivers/hwtracing/coresight/
H A DMakefile15 $(call cc-option, -Wrestrict) \
16 $(call cc-option, -Wunused-but-set-variable) \
17 $(call cc-option, -Wunused-const-variable) \
18 $(call cc-option, -Wpacked-not-aligned) \
19 $(call cc-option, -Wformat-overflow) \
20 $(call cc-option, -Wformat-truncation) \
21 $(call cc-option, -Wstringop-overflow) \
22 $(call cc-option, -Wstringop-truncation)
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_util.h46 int cc; local
50 "ipm %[cc]\n"
55 , [cc] "=r" (cc)
59 : "cc", "memory");
70 return (cc >> 28) & 3;
/linux-master/drivers/clk/qcom/
H A Dcommon.c208 static void qcom_cc_drop_protected(struct device *dev, struct qcom_cc *cc) argument
216 if (i >= cc->num_rclks)
219 cc->rclks[i] = NULL;
226 struct qcom_cc *cc = data; local
229 if (idx >= cc->num_rclks) {
234 return cc->rclks[idx] ? &cc->rclks[idx]->hw : NULL;
243 struct qcom_cc *cc; local
250 cc = devm_kzalloc(dev, sizeof(*cc), GFP_KERNE
[all...]
/linux-master/arch/xtensa/
H A DMakefile36 KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,)
37 KBUILD_CFLAGS += $(call cc-option,-mno-serialize-volatile,)
38 KBUILD_CFLAGS += $(call cc-option,-mno-fdpic,)
45 KBUILD_AFLAGS += $(call cc-option,-mno-fdpic,)
/linux-master/lib/fonts/
H A Dfonts.c115 int i, c, cc, res; local
119 cc = -10000;
145 if (c > cc) {
146 cc = c;
/linux-master/fs/hfsplus/
H A Dunicode.c102 static u16 *hfsplus_compose_lookup(u16 *p, u16 cc) argument
108 if (!e || cc < p[s * 2] || cc > p[e * 2])
112 if (cc > p[i * 2])
114 else if (cc < p[i * 2])
129 u16 cc, c0, c1; local
147 cc = ce1[0];
149 cc = 0;
150 if (cc) {
152 if (cc !
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-media-capture.c62 const struct imx_media_pixfmt *cc; local
64 cc = imx_media_find_ipu_format(code, PIXFMT_SEL_YUV_RGB);
65 if (cc) {
66 enum imx_pixfmt_sel fmt_sel = cc->cs == IPUV3_COLORSPACE_YUV
69 cc = imx_media_find_pixel_format(fourcc, fmt_sel);
70 if (!cc) {
72 cc = imx_media_find_pixel_format(fourcc, fmt_sel);
75 return cc;
104 const struct imx_media_pixfmt *cc; local
109 cc
143 const struct imx_media_pixfmt *cc; local
193 const struct imx_media_pixfmt *cc; local
283 const struct imx_media_pixfmt *cc; local
323 const struct imx_media_pixfmt *cc; local
400 const struct imx_media_pixfmt *cc; local
453 const struct imx_media_pixfmt *cc; local
682 const struct imx_media_pixfmt *cc; local
[all...]
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c293 static u64 ionic_cc_read(const struct cyclecounter *cc) argument
295 struct ionic_phc *phc = container_of(cc, struct ionic_phc, cc);
311 ctx->cmd.lif_setphc.mult = cpu_to_le32(phc->cc.mult);
312 ctx->cmd.lif_setphc.shift = cpu_to_le32(phc->cc.shift);
342 phc->cc.mult = adj;
396 timecounter_init(&phc->tc, &phc->cc, ns);
542 phc->cc.read = ionic_cc_read;
543 phc->cc.mask = le64_to_cpu(ionic->ident.dev.hwstamp_mask);
544 phc->cc
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Ditest.S174 mov.w &0x0000,%cc
179 mov.w %cc,SCCR(%a6)
198 mov.w &0x0000,%cc
203 mov.w %cc,SCCR(%a6)
221 mov.w &0x0000,%cc
226 mov.w %cc,SCCR(%a6)
244 mov.w &0x0000,%cc
249 mov.w %cc,SCCR(%a6)
268 mov.w &0x0000,%cc
273 mov.w %cc,SCC
[all...]
/linux-master/tools/perf/util/
H A Dsetup.py5 cc = getenv("CC") variable
7 # Check if CC has options, as is the case in yocto, where it uses CC="cc --sysroot..."
8 cc_tokens = cc.split()
10 cc = cc_tokens[0] variable
15 cc_is_clang = b"clang version" in Popen([cc, "-v"], stderr=PIPE).stderr.readline()
19 cc_output = Popen([cc, cc_options + option, path.join(src_feature_tests, "test-hello.c") ], stderr=PIPE).stderr.readlines()

Completed in 219 milliseconds

1234567891011>>