Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dcirrus.c292 if (!(RegContent (status) & TxOK)) { in cirrus_interrupt()
294 if ((RegContent (status) & Out_of_window)) priv->stats.tx_window_errors++; in cirrus_interrupt()
295 if ((RegContent (status) & Jabber)) priv->stats.tx_aborted_errors++; in cirrus_interrupt()
306 if ((RegContent (status) & RxMiss)) { in cirrus_interrupt()
311 if ((RegContent (status) & TxUnderrun)) { in cirrus_interrupt()
Dcirrus.h158 #define RegContent(x) ((x) & ~0x3d) macro