Lines Matching refs:DATA_REG
628 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro
1001 DATA_REG(lp)); \
1003 SMC_outw(status, ioaddr, DATA_REG(lp)); \
1004 SMC_outw(length, ioaddr, DATA_REG(lp)); \
1011 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
1015 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1016 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1028 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1033 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1036 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1039 SMC_outsw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1041 SMC_outsb(ioaddr, DATA_REG(lp), p, l); \
1072 SMC_insl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1074 SMC_insw(ioaddr, DATA_REG(lp), p, (l) >> 1); \
1076 SMC_insb(ioaddr, DATA_REG(lp), p, l); \