Searched refs:SMC_inw (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.h | 57 #define SMC_inw(a, r) readw((a) + (r)) macro 87 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro 106 #define SMC_inw(a, r) inw(((u32)a) + (r)) macro 133 #define SMC_inw(a, r) readw((a) + (r)) macro 167 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro 188 #define SMC_inw(a, r) ioread16((a) + (r)) macro 328 *((u16 *)buf) = SMC_inw(ioaddr, reg); in smc_pxa_dma_insw() 387 #define SMC_inw(ioaddr, reg) \ macro 834 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF)) 848 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8)) [all …]
|
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 32 #define SMC_inw(a, r) inw((unsigned long) ((a) + (r))) macro
|