Lines Matching refs:DATA_REG
659 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro
1032 DATA_REG(lp)); \
1034 SMC_outw(status, ioaddr, DATA_REG(lp)); \
1035 SMC_outw(length, ioaddr, DATA_REG(lp)); \
1042 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
1046 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1047 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1059 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1064 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1067 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1070 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1072 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
1103 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1105 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1107 SMC_insb(ioaddr, DATA_REG(lp), p, l); \