Home
last modified time | relevance | path

Searched refs:SMC_insl (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
129 #define SMC_insl(a, r, p, l) insl((a) + (r) - 0xa0000000, p, l) macro
151 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) macro
217 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro
294 #ifdef SMC_insl
295 #undef SMC_insl
296 #define SMC_insl(a, r, p, l) \ macro
419 #define SMC_insl(a, r, p, l) BUG() macro
423 #if !defined(SMC_insl) || !defined(SMC_outsl)
424 #define SMC_insl(a, r, p, l) BUG() macro
[all …]
H A Dsmc911x.h144 static inline void SMC_insl(struct smc911x_local *lp, int reg, in SMC_insl() function
187 #define SMC_insl(lp, r, p, l) ioread16_rep((short*)((lp)->base + (r)), p, l*2) macro
193 #define SMC_insl(lp, r, p, l) ioread32_rep((int*)((lp)->base + (r)), p, l) macro
212 #ifdef SMC_insl
213 #undef SMC_insl
214 #define SMC_insl(lp, r, p, l) \ macro
693 #define SMC_PULL_DATA(lp, p, l) SMC_insl ( lp, RX_DATA_FIFO, p, (l) >> 2 )
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h122 #define SMC_insl(a,r,b,l) ({ int __i ; \ macro
194 #define SMC_insl(a,r,b,l) do{ int __i ; \ macro
313 #define SMC_insl(a,r,b,l) ({ int __i ; \ macro
H A Dlan91c96.h101 #define SMC_insl(edev, r, b, l) ({ int __i ; \ macro
H A Dlan91c96.c571 SMC_insl(dev, LAN91C96_DATA_HIGH, net_rx_packets[0], in smc_rcv()
H A Dsmc91111.c724 SMC_insl(dev, SMC91111_DATA_REG, net_rx_packets[0], in smc_rcv()