Home
last modified time | relevance | path

Searched refs:BR_ALWAYS (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Ddbdma.h83 #define BR_ALWAYS 0xc /* always branch */ macro
/Linux-v4.19/sound/ppc/
Dpmac.c260 cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS); in snd_pmac_pcm_prepare()
448 cp->command = cpu_to_le16(OUTPUT_MORE | BR_ALWAYS | INTR_ALWAYS); in snd_pmac_pcm_dead_xfer()
766 chip->extra_dma.cmds->command = cpu_to_le16(OUTPUT_MORE + BR_ALWAYS); in snd_pmac_beep_dma_start()
/Linux-v4.19/drivers/macintosh/
Drack-meter.c206 cmd->command = cpu_to_le16(OUTPUT_MORE | BR_ALWAYS); in rackmeter_setup_dbdma()
/Linux-v4.19/drivers/net/ethernet/apple/
Dmace.c467 cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS); in mace_open()
477 cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS); in mace_open()
Dbmac.c595 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->tx_cmds)); in bmac_init_tx_ring()
628 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->rx_cmds)); in bmac_init_rx_ring()
/Linux-v4.19/sound/aoa/soundbus/i2sbus/
Dpcm.c405 command->command = cpu_to_le16(DBDMA_NOP | BR_ALWAYS); in i2sbus_pcm_prepare()