Searched refs:SMC_inl (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/net/ |
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 125 *(__b2 + __i) = SMC_inl((a),(r)); \ 126 SMC_inl((a),0); \ 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 316 *(__b2 + __i) = SMC_inl((a),(r)); \ 317 SMC_inl((a),0); \
|
D | lan91c96.h | 64 #define SMC_inl(edev, r) (*((volatile dword *)SMCREG(edev, r))) macro 104 *(__b2 + __i) = SMC_inl(edev,\ 106 SMC_inl(edev, 0); \
|
D | lan91c96.c | 541 stat_len = SMC_inl(dev, LAN91C96_DATA_HIGH); in smc_rcv() 578 dword leftover = SMC_inl(dev, LAN91C96_DATA_HIGH); in smc_rcv()
|
D | smc91111.c | 695 stat_len = SMC_inl(dev, SMC91111_DATA_REG); in smc_rcv() 732 dword leftover = SMC_inl(dev, SMC91111_DATA_REG); in smc_rcv()
|