Home
last modified time | relevance | path

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

/linux-4.4.14/arch/frv/include/asm/
Dio.h33 static inline unsigned short _swapw(unsigned short v) in _swapw() function
142 ret = _swapw(ret); in inw()
165 datum = _swapw(datum); in outw()
203 ret = _swapw(ret); in readw()
231 datum = _swapw(datum); in writew()
311 ret = _swapw(ret); in ioread16()
333 val = _swapw(val); in iowrite16()
/linux-4.4.14/arch/m68k/include/asm/
Dio_no.h28 static inline unsigned short _swapw(volatile unsigned short v) in _swapw() function
69 *ap = _swapw(*bp++); in io_outsw()
93 *bp++ = _swapw(*ap); in io_insw()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h168 #define SMC_inw(a, r) _swapw(readw((a) + (r)))
169 #define SMC_outw(v, a, r) writew(_swapw(v), (a) + (r))