Searched refs:SMC_inw (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/smsc/ |
D | smc91x.h | 65 #define SMC_inw(a, r) readw((a) + (r)) macro 97 #define SMC_inw(a, r) readw((a) + (r)) macro 134 #define SMC_inw(a, r) readw((a) + (r)) macro 152 #define SMC_inw(a, r) readw((a) + (r)) macro 182 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro 201 #define SMC_inw(a, r) inw(((u32)a) + (r)) macro 227 #define SMC_inw(a, r) readw((a) + (r)) macro 255 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro 276 #define SMC_inw(a, r) readw((a) + (r)) macro 413 *((u16 *)buf) = SMC_inw(ioaddr, reg); in smc_pxa_dma_insw() [all …]
|
/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 32 #define SMC_inw(a, r) inw((unsigned long) ((a) + (r))) macro
|