Lines Matching refs:dtlk_port_lpc
80 static int dtlk_port_lpc; variable
335 dtlk_port_lpc = 0; in dtlk_init()
365 release_region(dtlk_port_lpc, DTLK_IO_EXTENT); in dtlk_cleanup()
376 printk(" dtlk_readable=%u@%u", inb_p(dtlk_port_lpc) != 0x7f, jiffies); in dtlk_readable()
378 return inb_p(dtlk_port_lpc) != 0x7f; in dtlk_readable()
396 if (dtlk_port_lpc | dtlk_port_tts) in dtlk_dev_probe()
410 dtlk_port_lpc = dtlk_portlist[i]; in dtlk_dev_probe()
411 dtlk_port_tts = dtlk_port_lpc + 1; in dtlk_dev_probe()
422 outb_p(0xff, dtlk_port_lpc); in dtlk_dev_probe()
440 buffer[b++] = inb_p(dtlk_port_lpc); \ in dtlk_dev_probe()
447 outb_p(0xff, dtlk_port_lpc); in dtlk_dev_probe()
453 outb_p(0xff, dtlk_port_lpc); in dtlk_dev_probe()
604 ch = inb_p(dtlk_port_lpc); /* input from LPC port */ in dtlk_read_lpc()
606 outb_p(0xff, dtlk_port_lpc); in dtlk_read_lpc()
612 while (inb_p(dtlk_port_lpc) != 0x7f && --retries > 0); in dtlk_read_lpc()