Lines Matching refs:DATA_REG
637 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro
1010 DATA_REG(lp)); \
1012 SMC_outw(lp, status, ioaddr, DATA_REG(lp)); \
1013 SMC_outw(lp, length, ioaddr, DATA_REG(lp)); \
1020 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
1024 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1025 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1037 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1042 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1045 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1048 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1050 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
1081 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1083 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1085 SMC_insb(ioaddr, DATA_REG(lp), p, l); \