/kernel/linux/linux-6.6/sound/pci/ymfpci/ |
H A D | ymfpci.c | 24 static long fm_port[SNDRV_CARDS]; variable 39 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 40 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port."); 202 if (fm_port[dev] == 1) { in __snd_card_ymfpci_probe() 204 fm_port[dev] = pci_resource_start(pci, 1); in __snd_card_ymfpci_probe() 206 if (fm_port[dev] > 0) in __snd_card_ymfpci_probe() 207 fm_res = devm_request_region(&pci->dev, fm_port[dev], in __snd_card_ymfpci_probe() 211 pci_write_config_word(pci, PCIR_DSXG_FMBASE, fm_port[dev]); in __snd_card_ymfpci_probe() 225 switch (fm_port[dev]) { in __snd_card_ymfpci_probe() 231 if (fm_port[de in __snd_card_ymfpci_probe() [all...] |
/kernel/linux/linux-5.10/sound/pci/ymfpci/ |
H A D | ymfpci.c | 30 static long fm_port[SNDRV_CARDS]; variable 45 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 46 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port."); 203 if (fm_port[dev] == 1) { in snd_card_ymfpci_probe() 205 fm_port[dev] = pci_resource_start(pci, 1); in snd_card_ymfpci_probe() 207 if (fm_port[dev] > 0) in snd_card_ymfpci_probe() 208 fm_res = request_region(fm_port[dev], 4, "YMFPCI OPL3"); in snd_card_ymfpci_probe() 211 pci_write_config_word(pci, PCIR_DSXG_FMBASE, fm_port[dev]); in snd_card_ymfpci_probe() 224 switch (fm_port[dev]) { in snd_card_ymfpci_probe() 229 default: fm_port[de in snd_card_ymfpci_probe() [all...] |
/kernel/linux/linux-5.10/sound/drivers/opl4/ |
H A D | opl4_lib.c | 22 while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0) in snd_opl4_wait() 102 outb(OPL3_REG_MODE, opl4->fm_port + 2); in snd_opl4_enable_opl4() 103 inb(opl4->fm_port); in snd_opl4_enable_opl4() 104 inb(opl4->fm_port); in snd_opl4_enable_opl4() 105 outb(OPL3_OPL3_ENABLE | OPL3_OPL4_ENABLE, opl4->fm_port + 3); in snd_opl4_enable_opl4() 106 inb(opl4->fm_port); in snd_opl4_enable_opl4() 107 inb(opl4->fm_port); in snd_opl4_enable_opl4() 180 unsigned long fm_port, unsigned long pcm_port, in snd_opl4_create() 200 opl4->res_fm_port = request_region(fm_port, 8, "OPL4 FM"); in snd_opl4_create() 203 snd_printk(KERN_ERR "opl4: can't grab ports 0x%lx, 0x%lx\n", fm_port, pcm_por in snd_opl4_create() 179 snd_opl4_create(struct snd_card *card, unsigned long fm_port, unsigned long pcm_port, int seq_device, struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) snd_opl4_create() argument [all...] |
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_lib.c | 22 while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0) in snd_opl4_wait() 102 outb(OPL3_REG_MODE, opl4->fm_port + 2); in snd_opl4_enable_opl4() 103 inb(opl4->fm_port); in snd_opl4_enable_opl4() 104 inb(opl4->fm_port); in snd_opl4_enable_opl4() 105 outb(OPL3_OPL3_ENABLE | OPL3_OPL4_ENABLE, opl4->fm_port + 3); in snd_opl4_enable_opl4() 106 inb(opl4->fm_port); in snd_opl4_enable_opl4() 107 inb(opl4->fm_port); in snd_opl4_enable_opl4() 180 unsigned long fm_port, unsigned long pcm_port, in snd_opl4_create() 200 opl4->res_fm_port = request_region(fm_port, 8, "OPL4 FM"); in snd_opl4_create() 203 snd_printk(KERN_ERR "opl4: can't grab ports 0x%lx, 0x%lx\n", fm_port, pcm_por in snd_opl4_create() 179 snd_opl4_create(struct snd_card *card, unsigned long fm_port, unsigned long pcm_port, int seq_device, struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) snd_opl4_create() argument [all...] |
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16.c | 62 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 91 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 92 MODULE_PARM_DESC(fm_port, "FM port # for SB16 PnP driver."); 262 fm_port[dev] = pnp_port_start(pdev, 2); in snd_card_sb16_pnp() 267 port[dev], mpu_port[dev], fm_port[dev]); in snd_card_sb16_pnp() 395 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_sb16_probe() 396 if (snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2, in snd_sb16_probe() 398 acard->fm_res != NULL || fm_port[de in snd_sb16_probe() [all...] |
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | sb16.c | 54 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 83 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 84 MODULE_PARM_DESC(fm_port, "FM port # for SB16 PnP driver."); 254 fm_port[dev] = pnp_port_start(pdev, 2); in snd_card_sb16_pnp() 259 port[dev], mpu_port[dev], fm_port[dev]); in snd_card_sb16_pnp() 377 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_sb16_probe() 378 if (snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2, in snd_sb16_probe() 380 acard->fm_res != NULL || fm_port[de in snd_sb16_probe() [all...] |
/kernel/linux/linux-5.10/sound/isa/es1688/ |
H A D | es1688.c | 43 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* Usually 0x388 */ variable 64 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 65 MODULE_PARM_DESC(fm_port, "FM port # for ES1688 driver."); 142 if (fm_port[n] == SNDRV_AUTO_PORT) in snd_es1688_probe() 143 fm_port[n] = port[n]; /* share the same port */ in snd_es1688_probe() 145 if (fm_port[n] > 0) { in snd_es1688_probe() 146 if (snd_opl3_create(card, fm_port[n], fm_port[n] + 2, in snd_es1688_probe() 149 "opl3 not detected at 0x%lx\n", fm_port[n]); in snd_es1688_probe()
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | als100.c | 48 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 160 fm_port[dev] = pnp_port_start(pdev, 0); in snd_card_als100_pnp() 168 fm_port[dev] = -1; in snd_card_als100_pnp() 252 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_card_als100_probe() 254 fm_port[dev], fm_port[dev] + 2, in snd_card_als100_probe() 257 fm_port[dev], fm_port[dev] + 2); in snd_card_als100_probe()
|
H A D | azt2320.c | 50 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 111 fm_port[dev] = pnp_port_start(pdev, 1); in snd_card_azt2320_pnp() 229 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_card_azt2320_probe() 231 fm_port[dev], fm_port[dev] + 2, in snd_card_azt2320_probe() 234 fm_port[dev], fm_port[dev] + 2); in snd_card_azt2320_probe()
|
/kernel/linux/linux-6.6/sound/isa/ |
H A D | als100.c | 37 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 149 fm_port[dev] = pnp_port_start(pdev, 0); in snd_card_als100_pnp() 157 fm_port[dev] = -1; in snd_card_als100_pnp() 236 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_card_als100_probe() 238 fm_port[dev], fm_port[dev] + 2, in snd_card_als100_probe() 241 fm_port[dev], fm_port[dev] + 2); in snd_card_als100_probe()
|
H A D | azt2320.c | 45 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 106 fm_port[dev] = pnp_port_start(pdev, 1); in snd_card_azt2320_pnp() 216 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_card_azt2320_probe() 218 fm_port[dev], fm_port[dev] + 2, in snd_card_azt2320_probe() 221 fm_port[dev], fm_port[dev] + 2); in snd_card_azt2320_probe()
|
H A D | opl3sa2.c | 35 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x388 */ variable 58 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 59 MODULE_PARM_DESC(fm_port, "FM port # for OPL3-SA driver."); 599 fm_port[dev] = pnp_port_start(pdev, 2); in snd_opl3sa2_pnp() 606 pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", sb_port[dev], wss_port[dev], fm_port[dev], midi_port[dev]); in snd_opl3sa2_pnp() 682 if (fm_port[dev] >= 0x340 && fm_port[dev] < 0x400) { in snd_opl3sa2_probe() 683 err = snd_opl3_create(card, fm_port[dev], in snd_opl3sa2_probe() 684 fm_port[dev] + 2, in snd_opl3sa2_probe() 838 if (fm_port[de in snd_opl3sa2_isa_match() [all...] |
H A D | es18xx.c | 1365 unsigned long fm_port) in snd_es18xx_initialize() 1379 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) { in snd_es18xx_initialize() 1381 snd_es18xx_config_write(chip, 0x62, fm_port >> 8); in snd_es18xx_initialize() 1382 snd_es18xx_config_write(chip, 0x63, fm_port & 0xff); in snd_es18xx_initialize() 1601 unsigned long fm_port) in snd_es18xx_probe() 1636 return snd_es18xx_initialize(chip, mpu_port, fm_port); in snd_es18xx_probe() 1723 unsigned long fm_port, in snd_es18xx_new_device() 1763 if (snd_es18xx_probe(card, chip, mpu_port, fm_port) < 0) in snd_es18xx_new_device() 1912 static long fm_port[SNDRV_CARD variable 1363 snd_es18xx_initialize(struct snd_es18xx *chip, unsigned long mpu_port, unsigned long fm_port) snd_es18xx_initialize() argument 1598 snd_es18xx_probe(struct snd_card *card, struct snd_es18xx *chip, unsigned long mpu_port, unsigned long fm_port) snd_es18xx_probe() argument 1720 snd_es18xx_new_device(struct snd_card *card, unsigned long port, unsigned long mpu_port, unsigned long fm_port, int irq, int dma1, int dma2) snd_es18xx_new_device() argument [all...] |
/kernel/linux/linux-6.6/sound/isa/es1688/ |
H A D | es1688.c | 38 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* Usually 0x388 */ variable 59 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 60 MODULE_PARM_DESC(fm_port, "FM port # for ES1688 driver."); 137 if (fm_port[n] == SNDRV_AUTO_PORT) in snd_es1688_probe() 138 fm_port[n] = port[n]; /* share the same port */ in snd_es1688_probe() 140 if (fm_port[n] > 0) { in snd_es1688_probe() 141 if (snd_opl3_create(card, fm_port[n], fm_port[n] + 2, in snd_es1688_probe() 144 "opl3 not detected at 0x%lx\n", fm_port[n]); in snd_es1688_probe()
|
/kernel/linux/linux-6.6/sound/isa/ad1816a/ |
H A D | ad1816a.c | 31 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 95 fm_port[dev] = pnp_port_start(pdev, 1); in snd_card_ad1816a_pnp() 172 if (fm_port[dev] > 0) { in snd_card_ad1816a_probe() 174 fm_port[dev], fm_port[dev] + 2, in snd_card_ad1816a_probe() 176 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[dev], fm_port[dev] + 2); in snd_card_ad1816a_probe()
|
/kernel/linux/linux-5.10/sound/isa/galaxy/ |
H A D | galaxy.c | 37 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 49 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 50 MODULE_PARM_DESC(fm_port, "FM port # for " CRD_NAME " driver."); 356 switch (fm_port[n]) { in snd_galaxy_match() 358 dev_warn(dev, "fm_port not specified: not using OPL3\n"); in snd_galaxy_match() 359 fm_port[n] = -1; in snd_galaxy_match() 364 dev_err(dev, "illegal FM port %#lx\n", fm_port[n]); in snd_galaxy_match() 581 if (fm_port[n] >= 0) { in snd_galaxy_probe() 584 err = snd_opl3_create(card, fm_port[n], fm_port[ in snd_galaxy_probe() [all...] |
/kernel/linux/linux-6.6/sound/isa/galaxy/ |
H A D | galaxy.c | 37 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 49 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 50 MODULE_PARM_DESC(fm_port, "FM port # for " CRD_NAME " driver."); 356 switch (fm_port[n]) { in snd_galaxy_match() 358 dev_warn(dev, "fm_port not specified: not using OPL3\n"); in snd_galaxy_match() 359 fm_port[n] = -1; in snd_galaxy_match() 364 dev_err(dev, "illegal FM port %#lx\n", fm_port[n]); in snd_galaxy_match() 575 if (fm_port[n] >= 0) { in __snd_galaxy_probe() 578 err = snd_opl3_create(card, fm_port[n], fm_port[ in __snd_galaxy_probe() [all...] |
/kernel/linux/linux-5.10/sound/isa/ad1816a/ |
H A D | ad1816a.c | 38 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 102 fm_port[dev] = pnp_port_start(pdev, 1); in snd_card_ad1816a_pnp() 185 if (fm_port[dev] > 0) { in snd_card_ad1816a_probe() 187 fm_port[dev], fm_port[dev] + 2, in snd_card_ad1816a_probe() 189 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[dev], fm_port[dev] + 2); in snd_card_ad1816a_probe()
|
/kernel/linux/linux-5.10/sound/isa/wavefront/ |
H A D | wavefront.c | 38 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 69 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 70 MODULE_PARM_DESC(fm_port, "FM port #."); 149 fm_port[dev] = pnp_port_start(pdev, 1); in snd_wavefront_pnp() 192 fm_port[dev], in snd_wavefront_pnp() 380 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_wavefront_probe() 383 err = snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2, in snd_wavefront_probe()
|
/kernel/linux/linux-6.6/sound/isa/wavefront/ |
H A D | wavefront.c | 37 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 68 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 69 MODULE_PARM_DESC(fm_port, "FM port #."); 148 fm_port[dev] = pnp_port_start(pdev, 1); in snd_wavefront_pnp() 191 fm_port[dev], in snd_wavefront_pnp() 366 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_wavefront_probe() 369 err = snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2, in snd_wavefront_probe()
|
/kernel/linux/linux-5.10/sound/isa/cs423x/ |
H A D | cs4236.c | 69 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 92 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 93 MODULE_PARM_DESC(fm_port, "FM port # for " IDENT " driver."); 246 if (fm_port[dev] > 0) in snd_cs423x_pnp_init_wss() 247 fm_port[dev] = pnp_port_start(pdev, 1); in snd_cs423x_pnp_init_wss() 253 port[dev], fm_port[dev], sb_port[dev]); in snd_cs423x_pnp_init_wss() 424 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_cs423x_probe() 426 fm_port[dev], fm_port[de in snd_cs423x_probe() [all...] |
/kernel/linux/linux-6.6/sound/isa/cs423x/ |
H A D | cs4236.c | 35 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable 58 module_param_hw_array(fm_port, long, ioport, NULL, 0444); 59 MODULE_PARM_DESC(fm_port, "FM port # for " IDENT " driver."); 211 if (fm_port[dev] > 0) in snd_cs423x_pnp_init_wss() 212 fm_port[dev] = pnp_port_start(pdev, 1); in snd_cs423x_pnp_init_wss() 218 port[dev], fm_port[dev], sb_port[dev]); in snd_cs423x_pnp_init_wss() 383 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) { in snd_cs423x_probe() 385 fm_port[dev], fm_port[de in snd_cs423x_probe() [all...] |
/kernel/linux/linux-5.10/sound/isa/opti9xx/ |
H A D | opti92x-ad1848.c | 61 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */ variable 83 module_param_hw(fm_port, long, ioport, 0444); 84 MODULE_PARM_DESC(fm_port, "FM port # for opti9xx driver."); 752 fm_port = pnp_port_start(pdev, 1) + 8; 768 fm_port = pnp_port_start(pdev, 2) + 8; 902 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) { 912 if (snd_opl4_create(card, fm_port, fm_port - 8, 920 if (!opl3 && snd_opl3_create(card, fm_port, fm_por [all...] |
/kernel/linux/linux-6.6/sound/isa/opti9xx/ |
H A D | opti92x-ad1848.c | 55 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */ variable 77 module_param_hw(fm_port, long, ioport, 0444); 78 MODULE_PARM_DESC(fm_port, "FM port # for opti9xx driver."); 749 fm_port = pnp_port_start(pdev, 1) + 8; 765 fm_port = pnp_port_start(pdev, 2) + 8; 883 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) { 893 if (snd_opl4_create(card, fm_port, fm_port - 8, 901 if (!opl3 && snd_opl3_create(card, fm_port, fm_por [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | opl4.h | 15 unsigned long fm_port, unsigned long pcm_port,
|