Home
last modified time | relevance | path

Searched refs:__be32_to_cpu (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/include/linux/byteorder/
Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c46 #define __be32_to_cpu(x) (x) macro
53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x))) macro
233 crc = __be32_to_cpu(crc); in crc32_be_generic()
/external/u-boot/board/ti/ks2_evm/
Dboard.c207 initrd_start = __be32_to_cpu(*prop1); in ft_board_setup()
211 initrd_end = __be32_to_cpu(*prop2); in ft_board_setup()
/external/kernel-headers/original/uapi/linux/byteorder/
Dlittle_endian.h40 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
Dbig_endian.h40 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
/external/u-boot/drivers/mmc/
Dmmc.c1207 mmc->scr[0] = __be32_to_cpu(scr[0]); in sd_get_capabilities()
1208 mmc->scr[1] = __be32_to_cpu(scr[1]); in sd_get_capabilities()
1243 if (!(__be32_to_cpu(switch_status[7]) & SD_HIGHSPEED_BUSY)) in sd_get_capabilities()
1248 if (__be32_to_cpu(switch_status[3]) & SD_HIGHSPEED_SUPPORTED) in sd_get_capabilities()
1256 sd3_bus_mode = __be32_to_cpu(switch_status[3]) >> 16 & 0x1f; in sd_get_capabilities()
1311 if (((__be32_to_cpu(switch_status[4]) >> 24) & 0xF) != speed) in sd_set_card_speed()
/external/u-boot/drivers/mtd/ubi/
Dcrc32.c223 return __be32_to_cpu(crc); in crc32_be()