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

/drivers/input/keyboard/
H A Dspear-keyboard.c31 #define DATA_REG 0x10 /* 8 bit reg */ macro
83 val = readb(kbd->io_base + DATA_REG);
/drivers/net/ethernet/smsc/
H A Dsmc91x.h727 #define DATA_REG(lp) SMC_REG(lp, 0x0008, 2) macro
1100 DATA_REG(lp)); \
1102 SMC_outw(status, ioaddr, DATA_REG(lp)); \
1103 SMC_outw(length, ioaddr, DATA_REG(lp)); \
1110 unsigned int __val = SMC_inl(ioaddr, DATA_REG(lp)); \
1114 (status) = SMC_inw(ioaddr, DATA_REG(lp)); \
1115 (length) = SMC_inw(ioaddr, DATA_REG(lp)); \
1128 DATA_REG(lp)); \
1133 SMC_outsl(__ioaddr, DATA_REG(lp), __ptr, __len>>2); \
1137 DATA_REG(l
[all...]

Completed in 113 milliseconds