Searched refs:code_s2u (Results 1 – 2 of 2) sorted by relevance
676 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l) in mac2_irq() argument684 if (code_s2u & (FM_SCLM|FM_SHICLM|FM_SBEC|FM_SOTRBEC)) { in mac2_irq()695 change_s2u = smc->hw.fp.s2u ^ code_s2u ; in mac2_irq()713 if (code_s2u & (FM_SRCVOVR | /* recv. FIFO overflow */ in mac2_irq()720 if (code_s2u & FM_SOTRBEC) in mac2_irq()722 if (code_s2u & FM_SMYBEC) in mac2_irq()724 if (change_s2u & code_s2u & FM_SLOCLM) { in mac2_irq()727 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) { in mac2_irq()744 if (change_s2u & code_s2u & FM_SHICLM) { in mac2_irq()759 if (code_s2u & FM_SBEC) in mac2_irq()[all …]
475 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);