Lines Matching refs:speakup_info
251 dt_stat = inb_p(speakup_info.port_tts) | in dt_getstatus()
252 (inb_p(speakup_info.port_tts + 1) << 8); in dt_getstatus()
258 outb_p(cmd & 0xFF, speakup_info.port_tts); in dt_sendcmd()
259 outb_p((cmd >> 8) & 0xFF, speakup_info.port_tts + 1); in dt_sendcmd()
295 outb_p(0, speakup_info.port_tts + 2); in dt_ctrl()
296 outb_p(0, speakup_info.port_tts + 3); in dt_ctrl()
299 outb_p(0, speakup_info.port_tts + 6); in dt_ctrl()
327 outb_p(DMA_sync, speakup_info.port_tts + 4); in synth_flush()
328 outb_p(0, speakup_info.port_tts + 4); in synth_flush()
346 outb_p(DMA_single_in, speakup_info.port_tts + 4); in dt_sendchar()
347 outb_p(ch, speakup_info.port_tts + 4); in dt_sendchar()
367 speakup_info.port_tts); in testkernel()
369 oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in testkernel()
370 speakup_info.port_tts = 0; in testkernel()
387 spin_lock_irqsave(&speakup_info.spinlock, flags); in do_catch_up()
389 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
393 spin_lock_irqsave(&speakup_info.spinlock, flags); in do_catch_up()
394 if (speakup_info.flushing) { in do_catch_up()
395 speakup_info.flushing = 0; in do_catch_up()
396 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
402 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
408 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
416 spin_lock_irqsave(&speakup_info.spinlock, flags); in do_catch_up()
418 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
429 spin_lock_irqsave(&speakup_info.spinlock, in do_catch_up()
433 spin_unlock_irqrestore(&speakup_info.spinlock, in do_catch_up()
472 speakup_info.port_tts = synth_portlist[i]; in synth_probe()
482 speakup_info.port_tts, speakup_info.port_tts + 7, in synth_probe()
491 if (speakup_info.port_tts) in dtpc_release()
492 synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in dtpc_release()
493 speakup_info.port_tts = 0; in dtpc_release()