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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtlclk.c180 static unsigned int telclk_interrupt; variable
219 result = request_irq(telclk_interrupt, &tlclk_interrupt,
232 free_irq(telclk_interrupt, tlclk_interrupt);
790 telclk_interrupt = (inb(TLCLK_REG7) & 0x0f);
792 if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */
794 telclk_interrupt);

Completed in 158 milliseconds