Home
last modified time | relevance | path

Searched refs:FLAG (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h87 #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 Dclk-core.h87 #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 D0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch26 AC_MSG_CHECKING([for $FLAG support])
27 CFLAGS="$CFLAGS $FLAG"
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h216 #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 D0001-configure-Check-for-Wno-error-format-truncation-comp.patch48 +# 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 D0001-configure-Disable-format-overflow-if-supported-by-gc.patch60 +# 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 Darch.c213 #define SOFTFLOAT_TEST_FLAG(FLAG, MYF, MYE) \ argument
215 if (flags & FLAG) { \
/openbmc/u-boot/include/
H A Dimx8image.h198 FLAG, enumerator
/openbmc/u-boot/tools/
H A Dimx8image.c103 param_stack[p_idx].option = FLAG; in parse_cfg_cmd()
870 case FLAG: in build_container()
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def246 FLAG = (pa < (thread->mem_access[slot].paddr+LENGTH));
252 if (!FLAG)
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c914 #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 DREADME.md48 POWER_THERMAL_CRITICAL_FAULT=<FLAG>
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch10686 + 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 DUpdate-x86emu-from-X.org.patch15864 /* extract the new CARRY FLAG. */
16009 /* extract the new CARRY FLAG. */
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch26741 -Wc,FLAG pass FLAG directly to the compiler