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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.h786 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro
1159 DATA_REG(lp)); \
1161 SMC_outw(status, ioaddr, DATA_REG(lp)); \
1162 SMC_outw(length, ioaddr, DATA_REG(lp)); \
1169 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
1173 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1174 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1187 DATA_REG(lp)); \
1192 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1196 DATA_REG(l
[all...]
H A Dsmc91x.c598 SMC_outw(((len & 1) ? (0x2000 | buf[len-1]) : 0), ioaddr, DATA_REG(lp));

Completed in 40 milliseconds