Lines Matching refs:speakup_info

240 	dt_stat = inb_p(speakup_info.port_tts) |  in dt_getstatus()
241 (inb_p(speakup_info.port_tts + 1) << 8); in dt_getstatus()
247 outb_p(cmd & 0xFF, speakup_info.port_tts); in dt_sendcmd()
248 outb_p((cmd >> 8) & 0xFF, speakup_info.port_tts + 1); in dt_sendcmd()
284 outb_p(0, speakup_info.port_tts + 2); in dt_ctrl()
285 outb_p(0, speakup_info.port_tts + 3); in dt_ctrl()
288 outb_p(0, speakup_info.port_tts + 6); in dt_ctrl()
316 outb_p(DMA_sync, speakup_info.port_tts + 4); in synth_flush()
317 outb_p(0, speakup_info.port_tts + 4); in synth_flush()
335 outb_p(DMA_single_in, speakup_info.port_tts + 4); in dt_sendchar()
336 outb_p(ch, speakup_info.port_tts + 4); in dt_sendchar()
356 speakup_info.port_tts); in testkernel()
358 oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in testkernel()
359 speakup_info.port_tts = 0; in testkernel()
376 spin_lock_irqsave(&speakup_info.spinlock, flags); in do_catch_up()
378 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
382 spin_lock_irqsave(&speakup_info.spinlock, flags); in do_catch_up()
383 if (speakup_info.flushing) { in do_catch_up()
384 speakup_info.flushing = 0; in do_catch_up()
385 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
391 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
397 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
405 spin_lock_irqsave(&speakup_info.spinlock, flags); in do_catch_up()
407 spin_unlock_irqrestore(&speakup_info.spinlock, flags); in do_catch_up()
418 spin_lock_irqsave(&speakup_info.spinlock, in do_catch_up()
422 spin_unlock_irqrestore(&speakup_info.spinlock, in do_catch_up()
461 speakup_info.port_tts = synth_portlist[i]; in synth_probe()
471 speakup_info.port_tts, speakup_info.port_tts + 7, in synth_probe()
480 if (speakup_info.port_tts) in dtpc_release()
481 synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in dtpc_release()
482 speakup_info.port_tts = 0; in dtpc_release()