Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dskeleton.c66 int mpubase; in mycard_install() local
82 mpubase = pci_resource_start(pcidev, 2); in mycard_install()
Daedsp16.c435 int mpubase; member
607 DBG((" MPU-401 addr: %x\n", decoded_hcfg.mpubase)); in aedsp16_pinfo()
623 decoded_hcfg.mpubase = MPUADDR(hard_cfg[0]); in aedsp16_hard_decode()
637 decoded_hcfg.mpubase = ae_config.mpu_base; in aedsp16_hard_decode()
668 BLDMPUADDR(hard_cfg[0], decoded_hcfg.mpubase); in aedsp16_hard_encode()
768 if (decoded_hcfg.mpubase == 0) in aedsp16_ext_cfg_write()
Desssolo1.c170 unsigned long iobase, sbbase, vcbase, ddmabase, mpubase; /* long for SPARC */ member
1667 if (!(s->mpubase)) in solo1_handle_midi()
1670 while (!(inb(s->mpubase+1) & 0x80)) { in solo1_handle_midi()
1671 ch = inb(s->mpubase); in solo1_handle_midi()
1682 while (!(inb(s->mpubase+1) & 0x40) && s->midi.ocnt > 0) { in solo1_handle_midi()
1683 outb(s->midi.obuf[s->midi.ord], s->mpubase); in solo1_handle_midi()
1926 outb(0xff, s->mpubase+1); /* reset command */ in solo1_midi_open()
1927 outb(0x3f, s->mpubase+1); /* uart command */ in solo1_midi_open()
1928 if (!(inb(s->mpubase+1) & 0x80)) in solo1_midi_open()
1929 inb(s->mpubase); in solo1_midi_open()
[all …]