• Home
  • Raw
  • Download

Lines Matching refs:outb

105 			outb((val), DSP_COMMAND);  in sb_dsp_command()
235 outb(1, DSP_RESET); in sb_dsp_reset()
238 outb(0, DSP_RESET); in sb_dsp_reset()
378 outb((0xAF), 0x201); in relocate_Jazz16()
379 outb((0x50), 0x201); in relocate_Jazz16()
380 outb((bits), 0x201); in relocate_Jazz16()
497 outb((0x00), 0xfb); /* 0xFB is the unlock register */ in relocate_ess1688()
498 outb((0x00), 0xe0); /* Select index 0 */ in relocate_ess1688()
499 outb((bits), 0xe1); /* Write the config bits */ in relocate_ess1688()
500 outb((0x00), 0xf9); /* 0xFB is the lock register */ in relocate_ess1688()
939 outb(((unsigned char) (port & 0xff)), MIXER_ADDR); in sb_setmixer()
941 outb(((unsigned char) (value & 0xff)), MIXER_DATA); in sb_setmixer()
956 outb(((unsigned char) (port & 0xff)), MIXER_ADDR); in sb_getmixer()
986 outb((addr & 0xff), base + 1); /* Low address bits */ in smw_putmem()
987 outb((addr >> 8), base + 2); /* High address bits */ in smw_putmem()
988 outb((val), base); /* Data */ in smw_putmem()
1000 outb((addr & 0xff), base + 1); /* Low address bits */ in smw_getmem()
1001 outb((addr >> 8), base + 2); /* High address bits */ in smw_getmem()
1021 outb((control | 3), mpu_base + 7); /* Set last two bits to 1 (?) */ in smw_midi_init()
1022 outb(((control & 0xfe) | 2), mpu_base + 7); /* xxxxxxx0 resets the mc */ in smw_midi_init()
1026 outb((control & 0xfc), mpu_base + 7); /* xxxxxx00 enables RAM */ in smw_midi_init()
1108 outb((control | 0x03), mpu_base + 7); /* xxxxxx11 restarts */ in smw_midi_init()
1165 outb(0xAF, 0x201); in init_Jazz16_midi()
1166 outb(0x50, 0x201); in init_Jazz16_midi()
1167 outb(bits, 0x201); in init_Jazz16_midi()