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