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

/drivers/net/ethernet/smsc/
H A Dsmc91x.h63 #define SMC_inb(a, r) readb((a) + (r)) macro
94 #define SMC_inb(a, r) readb((a) + (r)) macro
118 #define SMC_inb(a, r) readb((a) + (r)) macro
150 #define SMC_inb(a, r) readb((a) + (r)) macro
180 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
199 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
274 #define SMC_inb(a, r) ioread8((a) + (r)) macro
477 __val16 = SMC_inb( ioaddr, reg ); \
478 __val16 |= SMC_inb( ioaddr, reg + (1 << SMC_IO_SHIFT)) << 8; \
493 #define SMC_inb(ioadd macro
[all...]

Completed in 125 milliseconds