Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Drndis.c57 static const __le32 rndis_driver_version = __constant_cpu_to_le32(1);
181 resp->InformationBufferOffset = __constant_cpu_to_le32(16); in gen_ndis_query_resp()
208 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
242 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
298 *outbuf = __constant_cpu_to_le32(RNDIS_MAX_TOTAL_SIZE); in gen_ndis_query_resp()
313 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
324 *outbuf = __constant_cpu_to_le32( in gen_ndis_query_resp()
456 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
462 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
508 *outbuf = __constant_cpu_to_le32(0); in gen_ndis_query_resp()
[all …]
Dether.c531 .bmEthernetStatistics = __constant_cpu_to_le32(0), /* no statistics */
1897 *((__le32 *) resp->buf) = __constant_cpu_to_le32(1); in rndis_control_ack()
1898 *((__le32 *) (resp->buf + 4)) = __constant_cpu_to_le32(0); in rndis_control_ack()
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c44 #define __constant_cpu_to_le32(x) ___constant_swab32((x)) macro
51 #define __constant_cpu_to_le32(x) (x) macro
60 # define tole(x) __constant_cpu_to_le32(x)
/external/kernel-headers/original/uapi/linux/byteorder/
Dlittle_endian.h21 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) macro
Dbig_endian.h21 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) macro
/external/u-boot/include/linux/byteorder/
Dlittle_endian.h22 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) macro
Dbig_endian.h22 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) macro