Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dphantom.h45 #define PHN_CTL_IRQ 0x10 /* is irq enabled */ macro
/linux-3.4.99/drivers/misc/
Dphantom.c72 iowrite32(PHN_CTL_IRQ, dev->iaddr + PHN_CONTROL); in phantom_status()
109 if (r.reg == PHN_CONTROL && (r.value & PHN_CTL_IRQ) && in phantom_ioctl()
127 if (r.reg == PHN_CONTROL && !(r.value & PHN_CTL_IRQ)) in phantom_ioctl()
294 if (!(ctl & PHN_CTL_IRQ)) { in phantom_isr()