Searched refs:am_readword (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/net/arm/
H A Dam79c961a.c92 #define am_readword(dev,off) __raw_readw(ISAMEM_BASE + ((off) << 1)) macro
479 if (am_readword(dev, priv->txhdr + (priv->txhead << 3) + 2) & TMD_OWN)
503 status = am_readword (dev, hdraddr + 2);
524 len = am_readword(dev, hdraddr + 6);
557 status = am_readword (dev, hdraddr + 2);
570 status2 = am_readword (dev, hdraddr + 6);
588 len = am_readword (dev, hdraddr + 4);

Completed in 192 milliseconds