Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/skfp/
Dfplustm.c705 void mac2_irq(smc,code_s2u,code_s2l) in mac2_irq() argument
707 u_short code_s2u ;
716 if (code_s2u & (FM_SCLM|FM_SHICLM|FM_SBEC|FM_SOTRBEC)) {
727 change_s2u = smc->hw.fp.s2u ^ code_s2u ;
745 if (code_s2u & (FM_SRCVOVR | /* recv. FIFO overflow */
752 if (code_s2u & FM_SOTRBEC)
754 if (code_s2u & FM_SMYBEC)
756 if (change_s2u & code_s2u & FM_SLOCLM) {
759 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) {
776 if (change_s2u & code_s2u & FM_SHICLM) {
[all …]