Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Ddbdma.h83 #define BR_ALWAYS 0xc /* always branch */ macro
/linux-6.1.9/sound/ppc/
Dpmac.c229 cp->command = cpu_to_le16(DBDMA_NOP | BR_ALWAYS); in snd_pmac_pcm_prepare()
417 cp->command = cpu_to_le16(OUTPUT_MORE | BR_ALWAYS | INTR_ALWAYS); in snd_pmac_pcm_dead_xfer()
729 chip->extra_dma.cmds->command = cpu_to_le16(OUTPUT_MORE | BR_ALWAYS); in snd_pmac_beep_dma_start()
/linux-6.1.9/drivers/macintosh/
Drack-meter.c204 cmd->command = cpu_to_le16(OUTPUT_MORE | BR_ALWAYS); in rackmeter_setup_dbdma()
/linux-6.1.9/drivers/net/ethernet/apple/
Dmace.c473 cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS); in mace_open()
483 cp->command = cpu_to_le16(DBDMA_NOP + BR_ALWAYS); in mace_open()
Dbmac.c592 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->tx_cmds)); in bmac_init_tx_ring()
625 (DBDMA_NOP | BR_ALWAYS), 0, 0, virt_to_bus(bp->rx_cmds)); in bmac_init_rx_ring()
/linux-6.1.9/sound/aoa/soundbus/i2sbus/
Dpcm.c396 command->command = cpu_to_le16(DBDMA_NOP | BR_ALWAYS); in i2sbus_pcm_prepare()