Home
last modified time | relevance | path

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

/Linux-v4.19/sound/isa/gus/
Dgus_dma.c32 snd_gf1_write8(gus, SNDRV_GF1_GB_DRAM_DMA_CONTROL, 0x00); in snd_gf1_dma_ack()
33 snd_gf1_look8(gus, SNDRV_GF1_GB_DRAM_DMA_CONTROL); in snd_gf1_dma_ack()
91 snd_gf1_write8(gus, SNDRV_GF1_GB_DRAM_DMA_CONTROL, dma_cmd); in snd_gf1_dma_program()
Dgus_irq.c100 if (snd_gf1_i_look8(gus, SNDRV_GF1_GB_DRAM_DMA_CONTROL) & 0x40) { in snd_gus_interrupt()
Dgus_io.c491 …" -G- GF1 DRAM DMA control = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_DRAM_DMA_CONTROL));
/Linux-v4.19/include/sound/
Dgus.h65 #define SNDRV_GF1_GB_DRAM_DMA_CONTROL 0x41 macro