Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h79 #define SMC_inw(a, r) \ macro
135 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro
155 #define SMC_inw(a, r) readw((a) + (r)) macro
189 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro
221 #define SMC_inw(a, r) ioread16((a) + (r)) macro
393 *((u16 *)buf) = SMC_inw(ioaddr, reg); in smc_pxa_dma_insw()
442 #define SMC_inw(ioaddr, reg) SMC_inw_b(ioaddr, reg) macro
884 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF))
898 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))
902 : (SMC_inw(ioaddr, TXFIFO_REG(lp)) & 0xFF))
[all …]