Searched refs:code_s2u (Results 1 – 2 of 2) sorted by relevance
680 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l) in mac2_irq() argument688 if (code_s2u & (FM_SCLM|FM_SHICLM|FM_SBEC|FM_SOTRBEC)) { in mac2_irq()699 change_s2u = smc->hw.fp.s2u ^ code_s2u ; in mac2_irq()717 if (code_s2u & (FM_SRCVOVR | /* recv. FIFO overflow */ in mac2_irq()724 if (code_s2u & FM_SOTRBEC) in mac2_irq()726 if (code_s2u & FM_SMYBEC) in mac2_irq()728 if (change_s2u & code_s2u & FM_SLOCLM) { in mac2_irq()731 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) { in mac2_irq()748 if (change_s2u & code_s2u & FM_SHICLM) { in mac2_irq()763 if (code_s2u & FM_SBEC) in mac2_irq()[all …]
479 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);