Searched defs:SMC_inl (Results 1 – 2 of 2) sorted by relevance
65 #define SMC_inl(a, r) readl((a) + (r)) macro152 #define SMC_inl(a, r) readl((a) + (r)) macro182 #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000) macro276 #define SMC_inl(a, r) ioread32((a) + (r)) macro451 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro
123 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() function192 #define SMC_inl(lp, r) ((readw((lp)->base + (r)) & 0xFFFF) + (readw((lp)->base + (r) + 2) << 16)) macro202 #define SMC_inl(lp, r) readl((lp)->base + (r)) macro