Searched refs:port_val (Results 1 – 4 of 4) sorted by relevance
249 unsigned int port_val = 0; in synth_probe() local262 port_val = inw(speakup_info.port_tts - 1); in synth_probe()273 port_val = inw(synth_portlist[i]) & 0xfffc; in synth_probe()274 if (port_val == 0x53fc) { in synth_probe()282 port_val &= 0xfffc; in synth_probe()283 if (port_val != 0x53fc) { in synth_probe()
256 unsigned int port_val = 0; in synth_probe() local268 port_val = inb(synth_port); in synth_probe()278 port_val = inb(synth_portlist[i]); in synth_probe()279 if (port_val == 0x80) { in synth_probe()285 if (port_val != 0x80) { in synth_probe()
318 unsigned int port_val = 0; in synth_probe() local334 port_val = inw(speakup_info.port_tts - 1); in synth_probe()341 port_val = inw(synth_portlist[i]) & 0xfbff; in synth_probe()342 if (port_val == 0x107f) { in synth_probe()351 port_val &= 0xfbff; in synth_probe()352 if (port_val != 0x107f) { in synth_probe()
592 unsigned char port_val = inb(hp_builtin); in lance_probe1() local593 dev->dma = dma_tbl[(port_val >> 4) & 3]; in lance_probe1()594 dev->irq = irq_tbl[(port_val >> 2) & 3]; in lance_probe1()