Home
last modified time | relevance | path

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

/linux/sound/isa/sb/
H A Dsb16_main.c739 unsigned char irqreg = 0, dmareg = 0, mpureg; in snd_sb16dsp_configure() local
744 mpureg = snd_sbmixer_read(chip, SB_DSP4_MPUSETUP) & ~0x06; in snd_sb16dsp_configure()
795 mpureg |= 0x04; in snd_sb16dsp_configure()
798 mpureg |= 0x00; in snd_sb16dsp_configure()
801 mpureg |= 0x02; /* disable MPU */ in snd_sb16dsp_configure()
811 snd_sbmixer_write(chip, SB_DSP4_MPUSETUP, mpureg); in snd_sb16dsp_configure()
820 "SB16 [0x%lx]: wanted: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", in snd_sb16dsp_configure()
823 "SB16 [0x%lx]: got: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", in snd_sb16dsp_configure()
824 chip->port, irqreg, dmareg, mpureg); in snd_sb16dsp_configure()