Home
last modified time | relevance | path

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

/linux-4.4.14/arch/frv/include/asm/
Dio.h38 static inline unsigned long _swapl(unsigned long v) in _swapl() function
152 ret = _swapl(ret); in inl()
172 datum = _swapl(datum); in outl()
212 ret = _swapl(ret); in readl()
241 datum = _swapl(datum); in writel()
319 ret = _swapl(ret); in ioread32()
342 val = _swapl(val); in iowrite32()
/linux-4.4.14/arch/m68k/include/asm/
Dio_no.h33 static inline unsigned int _swapl(volatile unsigned long v) in _swapl() function
77 *ap = _swapl(*bp++); in io_outsl()
101 *bp++ = _swapl(*ap); in io_insl()