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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Ddtlk.c79 static int dtlk_port_lpc; variable
334 dtlk_port_lpc = 0;
364 release_region(dtlk_port_lpc, DTLK_IO_EXTENT);
375 printk(" dtlk_readable=%u@%u", inb_p(dtlk_port_lpc) != 0x7f, jiffies);
377 return inb_p(dtlk_port_lpc) != 0x7f;
395 if (dtlk_port_lpc | dtlk_port_tts)
405 dtlk_port_lpc = dtlk_portlist[i];
406 dtlk_port_tts = dtlk_port_lpc + 1;
417 outb_p(0xff, dtlk_port_lpc);
435 buffer[b++] = inb_p(dtlk_port_lpc); \
[all...]

Completed in 204 milliseconds