Lines Matching refs:port
40 static unsigned long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
53 module_param_hw_array(port, long, ioport, NULL, 0444);
54 MODULE_PARM_DESC(port, "Port # for jazz16 driver.");
81 static int jazz16_configure_ports(unsigned long port, in jazz16_configure_ports() argument
94 val = port & 0x70; in jazz16_configure_ports()
102 static int jazz16_detect_board(unsigned long port, in jazz16_detect_board() argument
109 if (!request_region(port, 0x10, "jazz16")) { in jazz16_detect_board()
114 chip.port = port; in jazz16_detect_board()
119 err = jazz16_configure_ports(port, mpu_port, val); in jazz16_detect_board()
155 release_region(port, 0x10); in jazz16_detect_board()
190 if (port[dev] == SNDRV_AUTO_PORT) { in snd_jazz16_match()
193 } else if (port[dev] == 0x200 || (port[dev] & ~0x270)) { in snd_jazz16_match()
270 err = jazz16_detect_board(port[dev], xmpu_port); in snd_jazz16_probe()
275 err = snd_sbdsp_create(card, port[dev], irq[dev], in snd_jazz16_probe()
298 port[dev], xirq, xdma8, xdma16); in snd_jazz16_probe()
307 err = snd_opl3_create(card, chip->port, chip->port + 2, in snd_jazz16_probe()
311 chip->port, chip->port + 2); in snd_jazz16_probe()