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

/drivers/char/
H A Dtlclk.c182 static unsigned int telclk_interrupt; variable
224 result = request_irq(telclk_interrupt, &tlclk_interrupt,
238 free_irq(telclk_interrupt, tlclk_interrupt);
797 telclk_interrupt = (inb(TLCLK_REG7) & 0x0f);
799 if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */
800 printk(KERN_ERR "telclk_interrupt = 0x%x non-mcpbl0010 hw.\n",
801 telclk_interrupt);

Completed in 32 milliseconds