Home
last modified time | relevance | path

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

/drivers/misc/
A Dphantom.c65 static int phantom_status(struct phantom_device *dev, unsigned long newstat) in phantom_status() argument
67 pr_debug("phantom_status %lx %lx\n", dev->status, newstat); in phantom_status()
69 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status()
74 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status()
79 dev->status = newstat; in phantom_status()
/drivers/net/ethernet/broadcom/
A Dtg3.c2786 static inline u32 tg3_set_function_status(struct tg3 *tp, u32 newstat) in tg3_set_function_status() argument
2798 status |= (newstat << shift); in tg3_set_function_status()

Completed in 26 milliseconds