Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h68 #define SMC_inw(a, r) \ macro
125 #define SMC_inw(a, r) readw((a) + (r)) macro
159 #define SMC_inw(a, r) ioread16be((a) + (r)) macro
180 #define SMC_inw(a, r) ioread16((a) + (r)) macro
352 *((u16 *)buf) = SMC_inw(ioaddr, reg); in smc_pxa_dma_insw()
401 #define SMC_inw(ioaddr, reg) SMC_inw_b(ioaddr, reg) macro
843 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF))
857 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))
861 : (SMC_inw(ioaddr, TXFIFO_REG(lp)) & 0xFF))
865 : (SMC_inw(ioaddr, TXFIFO_REG(lp)) >> 8))
[all …]