Home
last modified time | relevance | path

Searched refs:port_val (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_acntpc.c249 unsigned int port_val = 0; in synth_probe() local
262 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()
H A Dspeakup_keypc.c256 unsigned int port_val = 0; in synth_probe() local
268 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()
H A Dspeakup_dtlk.c318 unsigned int port_val = 0; in synth_probe() local
334 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dlance.c592 unsigned char port_val = inb(hp_builtin); in lance_probe1() local
593 dev->dma = dma_tbl[(port_val >> 4) & 3]; in lance_probe1()
594 dev->irq = irq_tbl[(port_val >> 2) & 3]; in lance_probe1()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 13 milliseconds