Home
last modified time | relevance | path

Searched refs:SMC_insw (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
131 #define SMC_insw(a, r, p, l) insw((a) + (r) - 0xa0000000, p, l) macro
149 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
180 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
204 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
352 #ifdef SMC_insw
353 #undef SMC_insw
354 #define SMC_insw(a, r, p, l) \ macro
421 #define SMC_insw(a, r, p, l) BUG() macro
426 #if !defined(SMC_insw) || !defined(SMC_outsw)
[all …]
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h130 #define SMC_insw(a,r,b,l) ({ int __i ; \ macro
201 #define SMC_insw(a,r,b,l) do{ int __i ; \ macro
220 #define SMC_insw(a, r, b, l) \ macro
290 #define SMC_insw(a,r,b,l) insw((a)->iobase+(r), (b), (l))
292 #define SMC_insw(a,r,b,l) ({ int __i ; \ macro
H A Dlan91c96.h110 #define SMC_insw(edev, r, b, l) ({ int __i ; \ macro
156 #define SMC_insw(edev, r, b, l) ({ int __i ; \ macro
H A Dsmc91111.c204 static inline void SMC_insw(struct eth_device *dev, dword offset, in SMC_insw() function
739 SMC_insw(dev, SMC91111_DATA_REG , net_rx_packets[0], in smc_rcv()
H A Dlan91c96.c586 SMC_insw(dev, LAN91C96_DATA_HIGH, net_rx_packets[0], in smc_rcv()