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

/linux-master/drivers/char/
H A Dtlclk.c182 static unsigned int telclk_interrupt; variable
223 result = request_irq(telclk_interrupt, &tlclk_interrupt,
237 free_irq(telclk_interrupt, tlclk_interrupt);
780 telclk_interrupt = (inb(TLCLK_REG7) & 0x0f);
804 if (0x0F == telclk_interrupt ) { /* not MCPBL0010 ? */
805 printk(KERN_ERR "telclk_interrupt = 0x%x non-mcpbl0010 hw.\n",
806 telclk_interrupt);

Completed in 160 milliseconds