Lines Matching refs:DATA_REG
656 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2)
1029 DATA_REG(lp)); \
1031 SMC_outw(lp, status, ioaddr, DATA_REG(lp)); \
1032 SMC_outw(lp, length, ioaddr, DATA_REG(lp)); \
1039 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
1043 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1044 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1056 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1061 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1064 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1067 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1069 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
1100 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1102 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1104 SMC_insb(ioaddr, DATA_REG(lp), p, l); \