Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Ddbdma.h88 #define WAIT_IFCLR 2 /* wait if condition bit is 0 */ macro
/openbmc/qemu/include/hw/ppc/
H A Dmac_dbdma.h151 #define WAIT_IFCLR 0x0002 /* wait if condition bit is 0 */ macro
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c196 case WAIT_IFCLR: /* wait if condition bit is 0 */ in conditional_wait()
/openbmc/linux/drivers/net/ethernet/apple/
H A Dbmac.c567 dbdma_setcmd(cp, (OUTPUT_LAST | INTR_ALWAYS | WAIT_IFCLR), len, baddr, 0); in bmac_construct_xmt()