Home
last modified time | relevance | path

Searched refs:VAR (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/scripts/coccinelle/
H A Dreturn_directly.cocci3 identifier VAR;
11 - T VAR;
12 ... when != VAR
14 - VAR = (E);
15 - return VAR;
17 ... when != VAR
/openbmc/linux/drivers/media/i2c/
H A Dmt9t112.c77 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro
350 mt9t112_mcu_write(ret, client, VAR(26, 0), width); in mt9t112_set_a_frame_size()
351 mt9t112_mcu_write(ret, client, VAR(26, 2), height); in mt9t112_set_a_frame_size()
354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size()
355 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size()
358 mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart); in mt9t112_set_a_frame_size()
359 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart); in mt9t112_set_a_frame_size()
362 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart); in mt9t112_set_a_frame_size()
363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart); in mt9t112_set_a_frame_size()
487 mt9t112_mcu_mask_set(ret, client, VAR(26, 160), 0x0040, 0x0000); in mt9t112_init_setting()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch12 | 59 | char VAR[strlen(FORMAT) + 6]; \
28 #define PROC_PID_FILE(VAR, FORMAT, PID) \
29 - char VAR[strlen(FORMAT) + 6]; \
30 + enum { buflen_ ## VAR = strlen(FORMAT)}; \
31 + char VAR[buflen_ ## VAR + 6]; \
32 sprintf(VAR, FORMAT, PID)
/openbmc/u-boot/Documentation/devicetree/bindings/board/
H A Dgdsys,board_gazerbeam.txt39 var-gpios-mc2 = <&GPIO_VB0 0 0 /* VAR-MC_SC */
40 &GPIO_VB0 11 0>; /* VAR-CON */
42 var-gpios-mc4 = <&GPIO_VB1 0 0 /* VAR-MC_SC */
43 &GPIO_VB1 11 0>; /* VAR-CON */
/openbmc/qemu/pc-bios/optionrom/
H A Doptionrom.h61 .macro read_fw VAR
62 mov $\VAR, %ax
81 .macro read_fw_dma VAR, SIZE, ADDR
97 movl $(\VAR << 16) | (FW_CFG_DMA_CTL_READ | FW_CFG_DMA_CTL_SELECT), %eax
/openbmc/linux/include/net/
H A Dnet_namespace.h393 #define for_each_net(VAR) \ argument
394 list_for_each_entry(VAR, &net_namespace_list, list)
395 #define for_each_net_continue_reverse(VAR) \ argument
396 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
397 #define for_each_net_rcu(VAR) \ argument
398 list_for_each_entry_rcu(VAR, &net_namespace_list, list)
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Avoid-shebang-overflow-on-python-config.py.patch28 @ # Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR}
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-var-stk-om44.dts12 model = "Variscite VAR-STK-OM44";
H A Domap4-var-dvk-om44.dts12 model = "Variscite VAR-DVK-OM44";
H A Domap4-var-som-om44.dtsi10 model = "Variscite VAR-SOM-OM44";
20 ti,model = "VAR-SOM-OM44";
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h304 #define fVFOREACH(WIDTH, VAR) for (VAR = 0; VAR < fVELEM(WIDTH); VAR++) argument
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst186 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc
187 [21] VAR 'global_var' type_id=3, linkage=global-alloc
188 [22] VAR 'my_func.static_var' type_id=3, linkage=static
/openbmc/u-boot/include/
H A Dlattice.h159 #define VAR 0x55 /* Plac holder for loop data. */ macro
/openbmc/openbmc/poky/meta/classes-global/
H A Dutils.bbclass235 # Usage: create_wrapper FILENAME [[VAR=VALUE]..]
343 Return a list of ${VAR} for each variable VAR in vars from each
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y52 %token IN INAME VAR
67 %type <rvalue> rvalue lvalue VAR assign_statement var var_decl var_type
138 var : VAR
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn-var-som-symphony.dts15 model = "Variscite VAR-SOM-MX8MN Symphony evaluation board";
H A Dimx8mm-var-som-symphony.dts11 model = "Variscite VAR-SOM-MX8MM Symphony evaluation board";
H A Dimx8mm-var-som.dtsi10 model = "Variscite VAR-SOM-MX8MM module";
H A Dimx8mn-var-som.dtsi11 model = "Variscite VAR-SOM-MX8MN module";
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def720 for (VAR = 0; VAR < fVELEM(WIDTH); VAR++),
/openbmc/linux/Documentation/trace/
H A Dboottime-trace.rst169 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]onmax.[M.]var = VAR
172 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]onchange.[M.]var = VAR
/openbmc/u-boot/drivers/fpga/
H A Divm_core.c1386 if ((compress == VAR) && (g_usDataType & HEAP_IN)) { in ispVMData()
1471 if ((cDataByte == VAR) && (g_usDataType&HEAP_IN) && in ispVMData()
/openbmc/openbmc/poky/documentation/
H A DREADME231 So anywhere in any of the Yocto Project manuals, :term:`VAR` can be
251 e.g. `&VAR;`.
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim274 " VAR = " \
/openbmc/linux/tools/usb/usbip/
H A DINSTALL189 them in the `configure' command line, using `VAR=value'. For example:

12