Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.h68 #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) ioread16be((a) + (r)) macro
199 #define SMC_inw(a, r) ioread16((a) + (r)) macro
371 *((u16 *)buf) = SMC_inw(ioaddr, reg); in smc_pxa_dma_insw()
420 #define SMC_inw(ioaddr, reg) SMC_inw_b(ioaddr, reg) macro
862 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF))
876 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))
880 : (SMC_inw(ioaddr, TXFIFO_REG(lp)) & 0xFF))
[all …]