Searched refs:port_val (Results 1 – 4 of 4) sorted by relevance
255 unsigned int port_val = 0; in synth_probe() local268 port_val = inw(speakup_info.port_tts-1); in synth_probe()279 port_val = inw(synth_portlist[i]) & 0xfffc; in synth_probe()280 if (port_val == 0x53fc) { in synth_probe()288 port_val &= 0xfffc; in synth_probe()289 if (port_val != 0x53fc) { in synth_probe()
324 unsigned int port_val = 0; in synth_probe() local340 port_val = inw(speakup_info.port_tts-1); in synth_probe()347 port_val = inw(synth_portlist[i]) & 0xfbff; in synth_probe()348 if (port_val == 0x107f) { in synth_probe()357 port_val &= 0xfbff; in synth_probe()358 if (port_val != 0x107f) { in synth_probe()
263 unsigned int port_val = 0; in synth_probe() local275 port_val = inb(synth_port); in synth_probe()285 port_val = inb(synth_portlist[i]); in synth_probe()286 if (port_val == 0x80) { in synth_probe()292 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()