Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/smsc/
Dsmc91x.h64 #define SMC_inb(a, r) readb((a) + (r)) macro
95 #define SMC_inb(a, r) readb((a) + (r)) macro
119 #define SMC_inb(a, r) readb((a) + (r)) macro
151 #define SMC_inb(a, r) readb((a) + (r)) macro
181 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
200 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
275 #define SMC_inb(a, r) readb((a) + (r)) macro
475 __val16 = SMC_inb( ioaddr, reg ); \
476 __val16 |= SMC_inb( ioaddr, reg + (1 << SMC_IO_SHIFT)) << 8; \
491 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro
[all …]
/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h27 #define SMC_inb(a, r) inb((unsigned long) ((a) + (r))) macro