Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h39 #define SMC_inl(a, r) inl((unsigned long) ((a) + (r))) macro
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h58 #define SMC_inl(a, r) readl((a) + (r)) macro
88 #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000) macro
134 #define SMC_inl(a, r) readl((a) + (r)) macro
189 #define SMC_inl(a, r) ioread32((a) + (r)) macro
364 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro
Dsmc911x.h123 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() function
192 #define SMC_inl(lp, r) ((readw((lp)->base + (r)) & 0xFFFF) + (readw((lp)->base + (r) + 2) << 16)) macro
202 #define SMC_inl(lp, r) readl((lp)->base + (r)) macro