Searched defs:SMC_inl (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc91111.h | 72 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) macro 81 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro 160 #define SMC_inl(a,r) (SMC_LEON_SWAP32((*(volatile dword *)((a)->iobase+((r)<<0))))) macro 308 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r<<1)))) macro 310 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro
|
| H A D | lan91c96.h | 65 #define SMC_inl(edev, r) (*((volatile dword *)SMCREG(edev, r))) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 76 #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 D | smc911x.h | 112 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
|