Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc91x.h76 #define SMC_inl(a, r) readl((a) + (r)) macro
125 #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000) macro
145 #define SMC_inl(a, r) readl((a) + (r)) macro
211 #define SMC_inl(a, r) ioread32((a) + (r)) macro
417 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro
H A Dsmc911x.h112 static inline unsigned int SMC_inl(struct smc911x_local *lp, int reg) in SMC_inl() function
181 #define SMC_inl(lp, r) ((readw((lp)->base + (r)) & 0xFFFF) + (readw((lp)->base + (r) + 2) << 16)) macro
191 #define SMC_inl(lp, r) readl((lp)->base + (r)) macro
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc91x.h76 #define SMC_inl(a, r) readl((a) + (r)) macro
125 #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000) macro
145 #define SMC_inl(a, r) readl((a) + (r)) macro
200 #define SMC_inl(a, r) ioread32((a) + (r)) macro
406 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro

Completed in 6 milliseconds