Home
last modified time | relevance | path

Searched refs:port_val (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/speakup/
Dspeakup_acntpc.c255 unsigned int port_val = 0; in synth_probe() local
268 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()
Dspeakup_dtlk.c324 unsigned int port_val = 0; in synth_probe() local
340 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()
Dspeakup_keypc.c263 unsigned int port_val = 0; in synth_probe() local
275 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()
/drivers/net/ethernet/amd/
Dlance.c593 unsigned char port_val = inb(hp_builtin); in lance_probe1() local
594 dev->dma = dma_tbl[(port_val >> 4) & 3]; in lance_probe1()
595 dev->irq = irq_tbl[(port_val >> 2) & 3]; in lance_probe1()