Searched refs:code_s2u (Results 1 – 2 of 2) sorted by relevance
691 change_s2u = smc->hw.fp.s2u ^ code_s2u ; in mac2_irq()709 if (code_s2u & (FM_SRCVOVR | /* recv. FIFO overflow */ in mac2_irq()716 if (code_s2u & FM_SOTRBEC) in mac2_irq()718 if (code_s2u & FM_SMYBEC) in mac2_irq()720 if (change_s2u & code_s2u & FM_SLOCLM) { in mac2_irq()740 if (change_s2u & code_s2u & FM_SHICLM) { in mac2_irq()755 if (code_s2u & FM_SBEC) in mac2_irq()757 if (code_s2u & FM_SCLM) in mac2_irq()761 if ((code_s2u & (FM_SBEC|FM_SCLM))) { in mac2_irq()785 if (code_s2u & FM_SERRSF) { in mac2_irq()[all …]
475 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);
Completed in 6 milliseconds