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

/linux-master/sound/isa/sb/
H A Dsb8.c102 static const unsigned long possible_ports[] = { local
106 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
107 err = snd_sbdsp_create(card, possible_ports[i],
115 port[dev] = possible_ports[i];
119 if (i >= ARRAY_SIZE(possible_ports))
H A Dsb16.c527 static const int possible_ports[] = {0x220, 0x240, 0x260, 0x280}; local
529 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
530 port[dev] = possible_ports[i];
/linux-master/sound/isa/gus/
H A Dgusmax.c238 static const unsigned long possible_ports[] = { local
242 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
244 possible_ports[i],
250 port[dev] = possible_ports[i];
H A Dgusclassic.c69 static const long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; local
103 port[n] = possible_ports[i];
106 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports));
H A Dgusextreme.c85 static const long possible_ports[] = {0x220, 0x240, 0x260}; local
112 port[n] = possible_ports[i];
115 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports));
H A Dinterwave.c809 static const long possible_ports[] = {0x210, 0x220, 0x230, 0x240, 0x250, 0x260}; local
811 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
812 port[dev] = possible_ports[i];
/linux-master/sound/isa/es1688/
H A Des1688.c82 static const long possible_ports[] = {0x220, 0x240, 0x260}; local
109 port[n] = possible_ports[i];
112 } while (error < 0 && ++i < ARRAY_SIZE(possible_ports));
/linux-master/sound/isa/opti9xx/
H A Dopti92x-ad1848.c797 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; local
812 port = snd_legacy_find_free_ioport(possible_ports, 4);
H A Dmiro.c1392 static const long possible_ports[] = {0x530, 0xe80, 0xf40, 0x604, -1}; local
1418 port = snd_legacy_find_free_ioport(possible_ports, 4);
/linux-master/sound/isa/
H A Des18xx.c2159 static const unsigned long possible_ports[] = {0x220, 0x240, 0x260, 0x280}; local
2161 for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
2162 port[dev] = possible_ports[i];

Completed in 282 milliseconds