Lines Matching refs:status
46 unsigned long status;
64 pr_debug("phantom_status %lx %lx\n", dev->status, newstat);
66 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) {
71 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) {
76 dev->status = newstat;
106 phantom_status(dev, dev->status | PHB_RUNNING)){
114 if (r.reg == PHN_CONTROL && (dev->status & PHB_NOT_OH)) {
124 phantom_status(dev, dev->status & ~PHB_RUNNING);
134 if (dev->status & PHB_NOT_OH)
180 if (dev->status & PHB_RUNNING) {
186 dev->status |= PHB_NOT_OH;
229 WARN_ON(dev->status & PHB_NOT_OH);
247 phantom_status(dev, dev->status & ~PHB_RUNNING);
248 dev->status &= ~PHB_NOT_OH;
263 if (!(dev->status & PHB_RUNNING))
298 if (dev->status & PHB_NOT_OH) {