Searched refs:__swab32 (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dswab.h143 # define __swab32(x) \ macro
154 # define __swab32(x) __fswab32(x) macro
204 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h)));
222 #define swab32 __swab32
H A Dbig_endian.h35 #define __cpu_to_le32(x) __swab32((x))
36 #define __le32_to_cpu(x) __swab32((x))
H A Dlittle_endian.h43 #define __cpu_to_be32(x) __swab32((x))
44 #define __be32_to_cpu(x) __swab32((x))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dswab.h143 # define __swab32(x) \ macro
154 # define __swab32(x) __fswab32(x) macro
204 return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h)));
222 #define swab32 __swab32
H A Dbig_endian.h35 #define __cpu_to_le32(x) __swab32((x))
36 #define __le32_to_cpu(x) __swab32((x))
H A Dlittle_endian.h43 #define __cpu_to_be32(x) __swab32((x))
44 #define __be32_to_cpu(x) __swab32((x))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dbitops.h336 tmp |= __swab32(~0UL >> (32-offset));
355 tmp = __swab32(tmp) | (~0UL << size);
361 return result + ffz(__swab32(tmp));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dbitops.h336 tmp |= __swab32(~0UL >> (32-offset));
355 tmp = __swab32(tmp) | (~0UL << size);
361 return result + ffz(__swab32(tmp));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dbitops.h6 /* For __swab32 */
311 * tmp = __swab32(*(p++));
318 tmp |= __swab32(~0UL >> (32-offset));
341 return result + ffz(__swab32(tmp) | (~0UL << size));
343 return result + ffz(__swab32(tmp));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dbitops.h6 /* For __swab32 */
311 * tmp = __swab32(*(p++));
318 tmp |= __swab32(~0UL >> (32-offset));
341 return result + ffz(__swab32(tmp) | (~0UL << size));
343 return result + ffz(__swab32(tmp));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dpm3fb.h1215 #define PM3_READ_REG(r) __swab32(readl((l_fb_info->vIOBase + r)))
1216 #define PM3_WRITE_REG(r, v) writel(__swab32(v), (l_fb_info->vIOBase + r))
H A Dpm3fb.c1455 writel(__swab32(i * 0x00345678),
1462 temp1 = __swab32(readl((l_fb_info->v_fb + (i * 1048576))));
1493 writel(__swab32(i * 0x00345678),
1502 __swab32(readl
1505 __swab32(readl
1569 writel(__swab32(cc), (l_fb_info->v_fb + (i * sizeof(u32))));

Completed in 293 milliseconds