Home
last modified time | relevance | path

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

/linux/sound/isa/sb/
H A Dsb8.c102 static const unsigned long possible_ports[] = { in snd_sb8_probe() local
106 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb8_probe()
107 err = snd_sbdsp_create(card, possible_ports[i], in snd_sb8_probe()
115 port[dev] = possible_ports[i]; in snd_sb8_probe()
119 if (i >= ARRAY_SIZE(possible_ports)) in snd_sb8_probe()
H A Dsb16.c525 static const int possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_sb16_isa_probe() local
527 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_sb16_isa_probe()
528 port[dev] = possible_ports[i]; in snd_sb16_isa_probe()
/linux/sound/isa/gus/
H A Dgusmax.c236 static const unsigned long possible_ports[] = { in snd_gusmax_probe() local
240 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_gusmax_probe()
242 possible_ports[i], in snd_gusmax_probe()
248 port[dev] = possible_ports[i]; in snd_gusmax_probe()
H A Dgusclassic.c69 static const long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; in snd_gusclassic_create() local
103 port[n] = possible_ports[i]; in snd_gusclassic_create()
106 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusclassic_create()
H A Dgusextreme.c85 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() local
112 port[n] = possible_ports[i]; in snd_gusextreme_es1688_create()
115 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_gusextreme_es1688_create()
H A Dinterwave.c814 static const long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260}; in snd_interwave_isa_probe() local
816 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_interwave_isa_probe()
817 port[dev] = possible_ports[i]; in snd_interwave_isa_probe()
/linux/sound/isa/es1688/
H A Des1688.c82 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_es1688_legacy_create() local
109 port[n] = possible_ports[i]; in snd_es1688_legacy_create()
112 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports)); in snd_es1688_legacy_create()
/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c798 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; local
813 port = snd_legacy_find_free_ioport(possible_ports, 4);
H A Dmiro.c1400 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; in snd_miro_isa_probe() local
1426 port = snd_legacy_find_free_ioport(possible_ports, 4); in snd_miro_isa_probe()
/linux/sound/isa/
H A Des18xx.c2164 static const unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280}; in snd_es18xx_isa_probe() local
2166 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) { in snd_es18xx_isa_probe()
2167 port[dev] = possible_ports[i]; in snd_es18xx_isa_probe()