Searched refs:bswap_32 (Results 1 - 21 of 21) sorted by relevance

/openwrt/tools/include/
H A Dendian.h11 #define bswap_32(x) NXSwapInt(x) macro
16 #define bswap_32(x) bswap32(x) macro
21 #define bswap_32(x) __swap32(x) macro
26 #define bswap_32(x) swap32(x) macro
/openwrt/package/firmware/ixp4xx-microcode/src/
H A DIxNpeMicrocode.h76 #define to_be32(x) bswap_32(x)
79 #define to_le32(x) bswap_32(x)
/openwrt/tools/firmware-utils/src/
H A Dmkzcfw.c26 # define HOST_TO_LE32(x) bswap_32(x)
27 # define LE32_TO_HOST(x) bswap_32(x)
29 # define HOST_TO_BE32(x) bswap_32(x)
30 # define BE32_TO_HOST(x) bswap_32(x)
H A Dmkplanexfw.c27 # define HOST_TO_BE32(x) bswap_32(x)
28 # define BE32_TO_HOST(x) bswap_32(x)
H A Dosbridge-crc.c28 # define HOST_TO_LE32(x) bswap_32(x)
30 # define LE32_TO_HOST(x) bswap_32(x)
H A Dtrx2edips.c10 #define STORE32_LE(X) bswap_32(X)
11 #define LOAD32_LE(X) bswap_32(X)
H A Dmkporayfw.c38 # define HOST_TO_LE32(x) bswap_32(x)
39 # define LE32_TO_HOST(x) bswap_32(x)
41 # define HOST_TO_BE32(x) bswap_32(x)
42 # define BE32_TO_HOST(x) bswap_32(x)
H A Dasustrx.c21 #define cpu_to_le32(x) bswap_32(x)
22 #define le32_to_cpu(x) bswap_32(x)
H A Doseama.c33 #define cpu_to_be32(x) bswap_32(x)
34 #define be32_to_cpu(x) bswap_32(x)
H A Dtrx.c55 #define STORE32_LE(X) bswap_32(X)
56 #define LOAD32_LE(X) bswap_32(X)
H A Dmkedimaximg.c25 # define HOST_TO_LE32(x) bswap_32(x)
H A Dmkzynfw.c40 # define HOST_TO_BE32(x) bswap_32(x)
42 # define BE32_TO_HOST(x) bswap_32(x)
49 # define HOST_TO_LE32(x) bswap_32(x)
51 # define LE32_TO_HOST(x) bswap_32(x)
H A Dmktplinkfw2.c491 hdr->version = htonl(bswap_32(hdr_ver));
539 hdr->kernel_la = bswap_32(hdr->kernel_la);
540 hdr->kernel_ep = bswap_32(hdr->kernel_ep);
758 switch(bswap_32(ntohl(hdr->version))) {
H A Dptgen.c35 #define cpu_to_le32(x) bswap_32(x)
H A Dmkcasfw.c34 # define HOST_TO_LE32(x) bswap_32(x)
36 # define LE32_TO_HOST(x) bswap_32(x)
H A Dmkcsysimg.c49 # define HOST_TO_LE32(x) bswap_32(x)
51 # define LE32_TO_HOST(x) bswap_32(x)
H A Dmkmylofw.c42 # define HOST_TO_LE32(x) bswap_32(x)
/openwrt/tools/sstrip/src/
H A Dsstrip.c102 __res = bswap_32((X)); \
123 Y = bswap_32((uint32_t)(X)); \
/openwrt/package/utils/oseama/src/
H A Doseama.c33 #define cpu_to_be32(x) bswap_32(x)
34 #define be32_to_cpu(x) bswap_32(x)
/openwrt/package/system/mtd/src/
H A Dmtd.c65 #define cpu_to_be32(x) bswap_32(x)
66 #define be32_to_cpu(x) bswap_32(x)
/openwrt/package/utils/otrx/src/
H A Dotrx.c26 #define cpu_to_le32(x) bswap_32(x)
27 #define le32_to_cpu(x) bswap_32(x)

Completed in 123 milliseconds