Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_acntpc.c258 unsigned int port_val = 0; in synth_probe() local
271 port_val = inw(speakup_info.port_tts - 1); in synth_probe()
282 port_val = inw(synth_portlist[i]) & 0xfffc; in synth_probe()
283 if (port_val == 0x53fc) { in synth_probe()
291 port_val &= 0xfffc; in synth_probe()
292 if (port_val != 0x53fc) { in synth_probe()
H A Dspeakup_keypc.c265 unsigned int port_val = 0; in synth_probe() local
277 port_val = inb(synth_port); in synth_probe()
287 port_val = inb(synth_portlist[i]); in synth_probe()
288 if (port_val == 0x80) { in synth_probe()
294 if (port_val != 0x80) { in synth_probe()
H A Dspeakup_dtlk.c328 unsigned int port_val = 0; in synth_probe() local
344 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()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dlance.c597 unsigned char port_val = inb(hp_builtin); in lance_probe1() local
598 dev->dma = dma_tbl[(port_val >> 4) & 3]; in lance_probe1()
599 dev->irq = irq_tbl[(port_val >> 2) & 3]; in lance_probe1()
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c4974 u32 port_val; in sli_dump_is_ready() local
4981 port_val = sli_reg_read_status(sli4); in sli_dump_is_ready()
4985 (port_val & SLI4_PORT_STATUS_RDY)) { in sli_dump_is_ready()
4986 if (port_val & SLI4_PORT_STATUS_DIP) in sli_dump_is_ready()
4988 else if (port_val & SLI4_PORT_STATUS_FDP) in sli_dump_is_ready()