Searched refs:port_val (Results 1 – 4 of 4) sorted by relevance
260 unsigned int port_val = 0; in synth_probe() local273 port_val = inw(speakup_info.port_tts-1); in synth_probe()284 port_val = inw(synth_portlist[i]) & 0xfffc; in synth_probe()285 if (port_val == 0x53fc) { in synth_probe()293 port_val &= 0xfffc; in synth_probe()294 if (port_val != 0x53fc) { in synth_probe()
328 unsigned int port_val = 0; in synth_probe() local344 port_val = inw(speakup_info.port_tts-1); in synth_probe()351 port_val = inw(synth_portlist[i]) & 0xfbff; in synth_probe()352 if (port_val == 0x107f) { in synth_probe()361 port_val &= 0xfbff; in synth_probe()362 if (port_val != 0x107f) { in synth_probe()
267 unsigned int port_val = 0; in synth_probe() local279 port_val = inb(synth_port); in synth_probe()289 port_val = inb(synth_portlist[i]); in synth_probe()290 if (port_val == 0x80) { in synth_probe()296 if (port_val != 0x80) { in synth_probe()
593 unsigned char port_val = inb(hp_builtin); in lance_probe1() local594 dev->dma = dma_tbl[(port_val >> 4) & 3]; in lance_probe1()595 dev->irq = irq_tbl[(port_val >> 2) & 3]; in lance_probe1()