Searched refs:dtlk_port_lpc (Results 1 – 1 of 1) sorted by relevance
81 static int dtlk_port_lpc; variable335 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()[all …]