| /openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.h | 87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag macro 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) 91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) 180 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 181 FLAG(GATE, SW_MANAGED)|FLAG(GATE, ENABLED)| \ 182 FLAG(GATE, EXISTS), \ 192 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 193 FLAG(GATE, EXISTS), \ [all …]
|
| /openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.h | 87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag macro 88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) 89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) 90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) 91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) 180 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 181 FLAG(GATE, SW_MANAGED)|FLAG(GATE, ENABLED)| \ 182 FLAG(GATE, EXISTS), \ 192 .flags = FLAG(GATE, HW)|FLAG(GATE, SW)| \ 193 FLAG(GATE, EXISTS), \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/keepalived/keepalived/ |
| H A D | 0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch | 26 AC_MSG_CHECKING([for $FLAG support]) 27 CFLAGS="$CFLAGS $FLAG"
|
| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 216 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument 217 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
| H A D | 0001-configure-Check-for-Wno-error-format-truncation-comp.patch | 48 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 52 +# Check whether the given FLAG works with the current language's compiler 60 +# the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
| H A D | 0001-configure-Disable-format-overflow-if-supported-by-gc.patch | 60 +# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 64 +# Check whether the given FLAG works with the current language's compiler 72 +# the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
| /openbmc/qemu/target/hexagon/ |
| H A D | arch.c | 213 #define SOFTFLOAT_TEST_FLAG(FLAG, MYF, MYE) \ argument 215 if (flags & FLAG) { \
|
| /openbmc/u-boot/include/ |
| H A D | imx8image.h | 198 FLAG, enumerator
|
| /openbmc/u-boot/tools/ |
| H A D | imx8image.c | 103 param_stack[p_idx].option = FLAG; in parse_cfg_cmd() 870 case FLAG: in build_container()
|
| /openbmc/qemu/target/hexagon/imported/mmvec/ |
| H A D | macros.def | 246 FLAG = (pa < (thread->mem_access[slot].paddr+LENGTH)); 252 if (!FLAG)
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sdr.c | 914 #define SENSOR_PRINT_CSV(FULLSENS, FLAG, READ) \ argument 915 if ((FLAG)) { \ 938 #define SENSOR_PRINT_THRESH(FULLSENS, NAME, READ, FLAG) \ argument 940 (FULLSENS)->cmn.mask.type.threshold.read.FLAG != 0) { \
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | README.md | 48 POWER_THERMAL_CRITICAL_FAULT=<FLAG>
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0004-mmal_20.patch | 10686 + MRC p15, 0, r0, c9, c12, 3 /* Read FLAG Register */ 10694 + MCR p15, 0, r0, c9, c12, 3 /* Write FLAG Register */
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 15864 /* extract the new CARRY FLAG. */ 16009 /* extract the new CARRY FLAG. */
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 26741 -Wc,FLAG pass FLAG directly to the compiler
|