Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h78 #define SMC_inb(a, r) readb((a) + (r)) macro
134 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
154 #define SMC_inb(a, r) readb((a) + (r)) macro
202 #define SMC_inb(a, r) ioread8((a) + (r)) macro
220 #define SMC_inb(a, r) ioread8((a) + (r)) macro
455 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro