Searched defs:newstat (Results 1 - 2 of 2) sorted by relevance

/drivers/misc/
H A Dphantom.c66 static int phantom_status(struct phantom_device *dev, unsigned long newstat) argument
68 pr_debug("phantom_status %lx %lx\n", dev->status, newstat);
70 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) {
75 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) {
80 dev->status = newstat;
/drivers/net/ethernet/broadcom/
H A Dtg3.c2481 static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat) argument
2493 status |= (newstat << shift);

Completed in 73 milliseconds