Searched refs:SMC_insl (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 94 #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 206 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l) macro 283 #ifdef SMC_insl 284 #undef SMC_insl 285 #define SMC_insl(a, r, p, l) \ macro 408 #define SMC_insl(a, r, p, l) BUG() macro 412 #if !defined(SMC_insl) || !defined(SMC_outsl) 413 #define SMC_insl(a, r, p, l) BUG() macro [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 121 #define SMC_insl(a,r,b,l) ({ int __i ; \ macro 193 #define SMC_insl(a,r,b,l) do{ int __i ; \ macro 312 #define SMC_insl(a,r,b,l) ({ int __i ; \ macro
|
H A D | lan91c96.h | 100 #define SMC_insl(edev, r, b, l) ({ int __i ; \ macro
|
H A D | lan91c96.c | 570 SMC_insl(dev, LAN91C96_DATA_HIGH, net_rx_packets[0], in smc_rcv()
|
H A D | smc91111.c | 724 SMC_insl(dev, SMC91111_DATA_REG, net_rx_packets[0], in smc_rcv()
|