Searched defs:SMC_inw (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
| D | smc91x.h | 68 #define SMC_inw(a, r) \ macro 124 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro 144 #define SMC_inw(a, r) readw((a) + (r)) macro 178 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro 199 #define SMC_inw(a, r) ioread16((a) + (r)) macro 420 #define SMC_inw(ioaddr, reg) SMC_inw_b(ioaddr, reg) macro
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
| D | smc91x.h | 68 #define SMC_inw(a, r) \ macro 124 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro 144 #define SMC_inw(a, r) readw((a) + (r)) macro 178 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro 210 #define SMC_inw(a, r) ioread16((a) + (r)) macro 431 #define SMC_inw(ioaddr, reg) SMC_inw_b(ioaddr, reg) macro
|