Searched refs:port_val (Results 1 – 4 of 4) sorted by relevance
258 unsigned int port_val = 0; in synth_probe() local271 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()
265 unsigned int port_val = 0; in synth_probe() local277 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()
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()
4974 u32 port_val; in sli_dump_is_ready() local4981 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()