Searched refs:mpureg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16_main.c | 731 unsigned char irqreg = 0, dmareg = 0, mpureg; in snd_sb16dsp_configure() local 737 mpureg = snd_sbmixer_read(chip, SB_DSP4_MPUSETUP) & ~0x06; in snd_sb16dsp_configure() 788 mpureg |= 0x04; in snd_sb16dsp_configure() 791 mpureg |= 0x00; in snd_sb16dsp_configure() 794 mpureg |= 0x02; /* disable MPU */ in snd_sb16dsp_configure() 804 snd_sbmixer_write(chip, SB_DSP4_MPUSETUP, mpureg); in snd_sb16dsp_configure() 810 snd_printk(KERN_ERR "SB16 [0x%lx]: wanted: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", chip->port, realirq, realdma, realmpureg); in snd_sb16dsp_configure() 811 snd_printk(KERN_ERR "SB16 [0x%lx]: got: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", chip->port, irqreg, dmareg, mpureg); in snd_sb16dsp_configure()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | sb16_main.c | 732 unsigned char irqreg = 0, dmareg = 0, mpureg; in snd_sb16dsp_configure() local 738 mpureg = snd_sbmixer_read(chip, SB_DSP4_MPUSETUP) & ~0x06; in snd_sb16dsp_configure() 789 mpureg |= 0x04; in snd_sb16dsp_configure() 792 mpureg |= 0x00; in snd_sb16dsp_configure() 795 mpureg |= 0x02; /* disable MPU */ in snd_sb16dsp_configure() 805 snd_sbmixer_write(chip, SB_DSP4_MPUSETUP, mpureg); in snd_sb16dsp_configure() 811 snd_printk(KERN_ERR "SB16 [0x%lx]: wanted: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", chip->port, realirq, realdma, realmpureg); in snd_sb16dsp_configure() 812 snd_printk(KERN_ERR "SB16 [0x%lx]: got: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", chip->port, irqreg, dmareg, mpureg); in snd_sb16dsp_configure()
|
Completed in 3 milliseconds