Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Daedsp16.c426 static int hard_cfg[2] /* lo<-hard_cfg[0] hi<-hard_cfg[1] */ variable
615 DBG((" aedsp16_hard_decode: 0x%x, 0x%x\n", hard_cfg[0], hard_cfg[1])); in aedsp16_hard_decode()
620 decoded_hcfg.iobase = IOBASE(hard_cfg[0]); in aedsp16_hard_decode()
621 decoded_hcfg.joystick = JOY(hard_cfg[0]); in aedsp16_hard_decode()
622 decoded_hcfg.wssbase = WSSADDR(hard_cfg[0]); in aedsp16_hard_decode()
623 decoded_hcfg.mpubase = MPUADDR(hard_cfg[0]); in aedsp16_hard_decode()
624 decoded_hcfg.cdrom = CDROM(hard_cfg[1]); in aedsp16_hard_decode()
625 decoded_hcfg.cdrombase = CDROMADDR(hard_cfg[1]); in aedsp16_hard_decode()
659 DBG((" aedsp16_hard_encode: 0x%x, 0x%x\n", hard_cfg[0], hard_cfg[1])); in aedsp16_hard_encode()
661 hard_cfg[0] = 0; in aedsp16_hard_encode()
[all …]