Searched defs:SMC_inl (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 39 #define SMC_inl(a, r) inl((unsigned long) ((a) + (r))) macro
|
/linux-3.3/drivers/net/ethernet/smsc/ |
D | smc91x.h | 65 #define SMC_inl(a, r) readl((a) + (r)) macro 152 #define SMC_inl(a, r) readl((a) + (r)) macro 180 #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000) macro 218 #define SMC_inl(a, r) readl((a) + (r)) macro 291 #define SMC_inl(a, r) readl((a) + (r)) macro 463 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro
|
D | smc911x.h | 124 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() function 193 #define SMC_inl(lp, r) ((readw((lp)->base + (r)) & 0xFFFF) + (readw((lp)->base + (r) + 2) << 16)) macro 203 #define SMC_inl(lp, r) readl((lp)->base + (r)) macro
|