Home
last modified time | relevance | path

Searched refs:BR_IFSET (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Ddbdma.h81 #define BR_IFSET 0x4 /* branch if condition bit is 1 */ macro
/openbmc/qemu/include/hw/ppc/
H A Dmac_dbdma.h138 #define BR_IFSET 0x0004 /* branch if condition bit is 1 */ macro
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c256 case BR_IFSET: /* branch if condition bit is 1 */ in conditional_branch()
/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Dpcm.c385 cmd = (in? INPUT_MORE: OUTPUT_MORE) | BR_IFSET | INTR_ALWAYS; in i2sbus_pcm_prepare()