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

/linux-master/include/uapi/linux/
H A Dphantom.h46 #define PHN_CTL_IRQ 0x10 /* is irq enabled */ macro
/linux-master/drivers/misc/
H A Dphantom.c71 iowrite32(PHN_CTL_IRQ, dev->iaddr + PHN_CONTROL);
108 if (r.reg == PHN_CONTROL && (r.value & PHN_CTL_IRQ) &&
126 if (r.reg == PHN_CONTROL && !(r.value & PHN_CTL_IRQ))
293 if (!(ctl & PHN_CTL_IRQ)) {

Completed in 111 milliseconds