Lines Matching refs:dtlk_port_lpc
81 static int dtlk_port_lpc; variable
334 dtlk_port_lpc = 0; in dtlk_init()
364 release_region(dtlk_port_lpc, DTLK_IO_EXTENT); in dtlk_cleanup()
375 printk(" dtlk_readable=%u@%u", inb_p(dtlk_port_lpc) != 0x7f, jiffies); in dtlk_readable()
377 return inb_p(dtlk_port_lpc) != 0x7f; in dtlk_readable()
395 if (dtlk_port_lpc | dtlk_port_tts) in dtlk_dev_probe()
409 dtlk_port_lpc = dtlk_portlist[i]; in dtlk_dev_probe()
410 dtlk_port_tts = dtlk_port_lpc + 1; in dtlk_dev_probe()
421 outb_p(0xff, dtlk_port_lpc); in dtlk_dev_probe()
439 buffer[b++] = inb_p(dtlk_port_lpc); \ in dtlk_dev_probe()
446 outb_p(0xff, dtlk_port_lpc); in dtlk_dev_probe()
452 outb_p(0xff, dtlk_port_lpc); in dtlk_dev_probe()
603 ch = inb_p(dtlk_port_lpc); /* input from LPC port */ in dtlk_read_lpc()
605 outb_p(0xff, dtlk_port_lpc); in dtlk_read_lpc()
611 while (inb_p(dtlk_port_lpc) != 0x7f && --retries > 0); in dtlk_read_lpc()