Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h27 #define SMC_inb(a, r) inb((unsigned long) ((a) + (r))) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h57 #define SMC_inb(a, r) readb((a) + (r)) macro
87 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
106 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
133 #define SMC_inb(a, r) readb((a) + (r)) macro
188 #define SMC_inb(a, r) ioread8((a) + (r)) macro
437 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro