Searched refs:RegContent (Results 1 – 2 of 2) sorted by relevance
292 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()
158 #define RegContent(x) ((x) & ~0x3d) macro