Lines Matching refs:inb
103 if ((inb(DSP_STATUS) & 0x80) == 0) in sb_dsp_command()
119 if (inb(DSP_DATA_AVAIL) & 0x80) in sb_dsp_get_byte()
120 return inb(DSP_READ); in sb_dsp_get_byte()
190 status = inb(DSP_DATA_AVAIL); in sb_intr()
193 status = inb(DSP_DATA_AVL16); in sb_intr()
198 int src = inb(devc->pcibase+0x1A); in pci_intr()
239 for (loopc = 0; loopc < 1000 && !(inb(DSP_DATA_AVAIL) & 0x80); loopc++); in sb_dsp_reset()
241 if (inb(DSP_READ) != 0xAA) in sb_dsp_reset()
263 if (inb(DSP_DATA_AVAIL) & 0x80) in dsp_get_vers()
266 devc->major = inb(DSP_READ); in dsp_get_vers()
269 devc->minor = inb(DSP_READ); in dsp_get_vers()
470 inb(0x229); in relocate_ess1688()
471 inb(0x229); in relocate_ess1688()
472 inb(0x229); in relocate_ess1688()
475 inb(0x22b); in relocate_ess1688()
476 inb(0x229); in relocate_ess1688()
477 inb(0x22b); in relocate_ess1688()
478 inb(0x229); in relocate_ess1688()
479 inb(0x229); in relocate_ess1688()
480 inb(0x22b); in relocate_ess1688()
481 inb(0x229); in relocate_ess1688()
484 inb(devc->base); in relocate_ess1688()
553 inb(devc->base + 0x09); in sb_dsp_detect()
554 inb(devc->base + 0x09); in sb_dsp_detect()
555 inb(devc->base + 0x09); in sb_dsp_detect()
556 inb(devc->base + 0x0b); in sb_dsp_detect()
557 inb(devc->base + 0x09); in sb_dsp_detect()
558 inb(devc->base + 0x0b); in sb_dsp_detect()
559 inb(devc->base + 0x09); in sb_dsp_detect()
560 inb(devc->base + 0x09); in sb_dsp_detect()
561 inb(devc->base + 0x0b); in sb_dsp_detect()
562 inb(devc->base + 0x09); in sb_dsp_detect()
563 inb(devc->base + 0x00); in sb_dsp_detect()
604 inb(DSP_DATA_AVAIL); in sb_dsp_detect()
954 val = inb(MIXER_DATA); in sb_getmixer()
998 val = inb(base); /* Data */ in smw_getmem()
1016 control = inb(mpu_base + 7); in smw_midi_init()