Searched defs:SMC_inl (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 71 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) macro 80 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro 159 #define SMC_inl(a,r) (SMC_LEON_SWAP32((*(volatile dword *)((a)->iobase+((r)<<0))))) macro 307 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r<<1)))) macro 309 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro
|
H A D | lan91c96.h | 64 #define SMC_inl(edev, r) (*((volatile dword *)SMCREG(edev, r))) macro
|
/openbmc/linux/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 200 #define SMC_inl(a, r) ioread32((a) + (r)) macro 406 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro
|