Searched refs:iack (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dstallion.c467 static void stl_sc26198rxisr(struct stlport *port, unsigned int iack);
470 static void stl_sc26198otherisr(struct stlport *port, unsigned int iack);
4197 unsigned int iack; local
4203 iack = inb(iobase + XP_IACK);
4204 portp = panelp->ports[(iack & IVR_CHANMASK) + ((iobase & 0x4) << 1)];
4206 if (iack & IVR_RXDATA)
4207 stl_sc26198rxisr(portp, iack);
4208 else if (iack & IVR_TXDATA)
4211 stl_sc26198otherisr(portp, iack);
4295 static void stl_sc26198rxisr(struct stlport *portp, unsigned int iack) argument
4440 stl_sc26198otherisr(struct stlport *portp, unsigned int iack) argument
[all...]

Completed in 20 milliseconds