Searched refs:sb_port (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/sound/isa/cs423x/
H A Dcs4236.c85 static long sb_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
109 module_param_array(sb_port, long, NULL, 0444);
110 MODULE_PARM_DESC(sb_port, "SB port # for " IDENT " driver (optional).");
263 sb_port[dev] = pnp_port_start(pdev, 2); snd_cs423x_pnp_init_wss()
268 port[dev], fm_port[dev], sb_port[dev]); snd_cs423x_pnp_init_wss()
390 if (sb_port[dev] > 0 && sb_port[dev] != SNDRV_AUTO_PORT) snd_cs423x_probe()
391 if ((acard->res_sb_port = request_region(sb_port[dev], 16, IDENT " SB")) == NULL) { snd_cs423x_probe()
392 printk(KERN_ERR IDENT ": unable to register SB port at 0x%lx\n", sb_port[dev]); snd_cs423x_probe()
/linux-4.4.14/sound/isa/
H A Dopl3sa2.c53 static long sb_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ variable
74 module_param_array(sb_port, long, NULL, 0444);
75 MODULE_PARM_DESC(sb_port, "SB port # for OPL3-SA driver.");
605 sb_port[dev] = pnp_port_start(pdev, 0); snd_opl3sa2_pnp()
614 pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", sb_port[dev], wss_port[dev], fm_port[dev], midi_port[dev]); snd_opl3sa2_pnp()
/linux-4.4.14/sound/pci/
H A Des1938.c94 #define SLSB_REG(chip, x) ((chip)->sb_port + ESSSB_REG_##x)
200 unsigned long sb_port; member in struct:es1938
1607 chip->sb_port = pci_resource_start(pci, 1); snd_es1938_create()
1620 chip->io_port, chip->sb_port, chip->vc_port, chip->mpu_port, chip->game_port); snd_es1938_create()
H A Dsonicvibes.c202 unsigned long sb_port; member in struct:sonicvibes
1286 sonic->sb_port = pci_resource_start(pci, 0); snd_sonicvibes_create()

Completed in 127 milliseconds