Home
last modified time | relevance | path

Searched refs:dtlk_port_lpc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/
H A Ddtlk.c81 static int dtlk_port_lpc; variable
335 dtlk_port_lpc = 0; in dtlk_init()
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()
[all …]