Lines Matching refs:outb
105 outb((val), DSP_COMMAND); in sb_dsp_command()
233 outb(1, DSP_RESET); in sb_dsp_reset()
236 outb(0, DSP_RESET); in sb_dsp_reset()
374 outb((0xAF), 0x201); in relocate_Jazz16()
375 outb((0x50), 0x201); in relocate_Jazz16()
376 outb((bits), 0x201); in relocate_Jazz16()
493 outb((0x00), 0xfb); /* 0xFB is the unlock register */ in relocate_ess1688()
494 outb((0x00), 0xe0); /* Select index 0 */ in relocate_ess1688()
495 outb((bits), 0xe1); /* Write the config bits */ in relocate_ess1688()
496 outb((0x00), 0xf9); /* 0xFB is the lock register */ in relocate_ess1688()
935 outb(((unsigned char) (port & 0xff)), MIXER_ADDR); in sb_setmixer()
937 outb(((unsigned char) (value & 0xff)), MIXER_DATA); in sb_setmixer()
952 outb(((unsigned char) (port & 0xff)), MIXER_ADDR); in sb_getmixer()
982 outb((addr & 0xff), base + 1); /* Low address bits */ in smw_putmem()
983 outb((addr >> 8), base + 2); /* High address bits */ in smw_putmem()
984 outb((val), base); /* Data */ in smw_putmem()
996 outb((addr & 0xff), base + 1); /* Low address bits */ in smw_getmem()
997 outb((addr >> 8), base + 2); /* High address bits */ in smw_getmem()
1017 outb((control | 3), mpu_base + 7); /* Set last two bits to 1 (?) */ in smw_midi_init()
1018 outb(((control & 0xfe) | 2), mpu_base + 7); /* xxxxxxx0 resets the mc */ in smw_midi_init()
1022 outb((control & 0xfc), mpu_base + 7); /* xxxxxx00 enables RAM */ in smw_midi_init()
1104 outb((control | 0x03), mpu_base + 7); /* xxxxxx11 restarts */ in smw_midi_init()
1161 outb(0xAF, 0x201); in init_Jazz16_midi()
1162 outb(0x50, 0x201); in init_Jazz16_midi()
1163 outb(bits, 0x201); in init_Jazz16_midi()