Home
last modified time | relevance | path

Searched refs:SMC_inb (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
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
178 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
197 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
216 #define SMC_inb(a, r) readb((a) + (r)) macro
289 #define SMC_inb(a, r) readb((a) + (r)) macro
489 __val16 = SMC_inb( ioaddr, reg ); \
490 __val16 |= SMC_inb( ioaddr, reg + (1 << SMC_IO_SHIFT)) << 8; \
[all …]
/linux-2.6.39/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h27 #define SMC_inb(a, r) inb((unsigned long) ((a) + (r))) macro