Home
last modified time | relevance | path

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

/linux-2.6.39/sound/isa/sb/
Dsb8.c125 static unsigned long possible_ports[] = { in snd_sb8_probe() local
129 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb8_probe()
130 err = snd_sbdsp_create(card, possible_ports[i], in snd_sb8_probe()
138 port[dev] = possible_ports[i]; in snd_sb8_probe()
142 if (i >= ARRAY_SIZE(possible_ports)) { in snd_sb8_probe()
Dsb16.c553 static int possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_sb16_isa_probe() local
555 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb16_isa_probe()
556 port[dev] = possible_ports[i]; in snd_sb16_isa_probe()
/linux-2.6.39/sound/isa/gus/
Dgusclassic.c84 static long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; in snd_gusclassic_create() local
118 port[n] = possible_ports[i]; in snd_gusclassic_create()
121 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusclassic_create()
Dgusmax.c259 static unsigned long possible_ports[] = { in snd_gusmax_probe() local
263 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_gusmax_probe()
265 possible_ports[i], in snd_gusmax_probe()
271 port[dev] = possible_ports[i]; in snd_gusmax_probe()
Dgusextreme.c100 static long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() local
127 port[n] = possible_ports[i]; in snd_gusextreme_es1688_create()
130 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusextreme_es1688_create()
Dinterwave.c838 static long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260}; in snd_interwave_isa_probe() local
840 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_interwave_isa_probe()
841 port[dev] = possible_ports[i]; in snd_interwave_isa_probe()
/linux-2.6.39/sound/isa/es1688/
Des1688.c102 static long possible_ports[] = {0x220, 0x240, 0x260}; in snd_es1688_legacy_create() local
129 port[n] = possible_ports[i]; in snd_es1688_legacy_create()
132 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_es1688_legacy_create()
/linux-2.6.39/sound/isa/opti9xx/
Dopti92x-ad1848.c835 static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; local
854 port = snd_legacy_find_free_ioport(possible_ports, 4);
Dmiro.c1417 static long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; in snd_miro_isa_probe() local
1445 port = snd_legacy_find_free_ioport(possible_ports, 4); in snd_miro_isa_probe()
/linux-2.6.39/sound/isa/
Des18xx.c2222 static unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_es18xx_isa_probe() local
2224 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_es18xx_isa_probe()
2225 port[dev] = possible_ports[i]; in snd_es18xx_isa_probe()