Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Ddbdma.h59 #define STORE_WORD 0x4000 /* write word (4 bytes) to device reg */ macro
/openbmc/qemu/include/hw/ppc/
H A Dmac_dbdma.h109 #define STORE_WORD 0x4000 /* write word (4 bytes) to device reg */ macro
/openbmc/linux/drivers/macintosh/
H A Drack-meter.c184 cmd->command = cpu_to_le16(STORE_WORD | INTR_ALWAYS | KEY_SYSTEM); in rackmeter_setup_dbdma()
197 cmd->command = cpu_to_le16(STORE_WORD | INTR_ALWAYS | KEY_SYSTEM); in rackmeter_setup_dbdma()
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c531 case STORE_WORD: in channel_run()