Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/atm/
Dnicstar.c2698 u32 stat_r, stat_w; in ns_poll() local
2708 stat_w = 0; in ns_poll()
2711 stat_w |= NS_STAT_TSIF; in ns_poll()
2713 stat_w |= NS_STAT_EOPDU; in ns_poll()
2718 writel(stat_w, card->membase + STAT); in ns_poll()