| /u-boot/include/net/ |
| A D | ncsi-pkt.h | 17 __be32 reserved1[2]; /* Reserved */ 39 __be32 checksum; /* Checksum */ 45 __be32 checksum; /* Checksum */ 70 __be32 reserved; /* Reserved */ 187 __be32 checksum; 201 __be32 checksum; 322 __be32 checksum; 329 __be32 checksum; 344 __be32 checksum; /* Checksum */ 351 __be32 status; /* Status */ [all …]
|
| /u-boot/drivers/mtd/ubi/ |
| A D | ubi-media.h | 151 __be32 magic; 272 __be32 magic; 278 __be32 lnum; 372 __be32 crc; 415 __be32 magic; 437 __be32 magic; 457 __be32 magic; 472 __be32 pnum; 473 __be32 ec; 487 __be32 magic; [all …]
|
| /u-boot/fs/ext4/ |
| A D | ext4_journal.h | 54 __be32 h_magic; 55 __be32 h_blocktype; 56 __be32 h_sequence; 65 __be32 s_blocksize; /* journal device blocksize */ 66 __be32 s_maxlen; /* total blocks in journal file */ 67 __be32 s_first; /* first block of log information */ 71 __be32 s_start; /* blocknr of start of log */ 74 __be32 s_errno; 93 __be32 s_padding[44]; 101 __be32 block; [all …]
|
| /u-boot/drivers/tpm/ |
| A D | tpm_tis.h | 50 __be32 length; 51 __be32 ordinal; 56 __be32 length; 61 __be32 a; 62 __be32 b; 63 __be32 c; 64 __be32 d; 70 __be32 tpm_long; 79 __be32 cap; 81 __be32 subcap; [all …]
|
| /u-boot/drivers/video/ |
| A D | fsl_diu_fb.c | 160 __be32 desc[3]; 161 __be32 gamma; 162 __be32 pallete; 163 __be32 cursor; 164 __be32 curs_pos; 166 __be32 bgnd; 167 __be32 bgnd_wb; 169 __be32 wb_size; 173 __be32 syn_pol; 178 __be32 filling; [all …]
|
| /u-boot/drivers/core/ |
| A D | of_addr.c | 46 u64 (*map)(__be32 *addr, const __be32 *range, int na, int ns, int pna); 47 int (*translate)(__be32 *addr, u64 offset, int na); 48 unsigned int (*get_flags)(const __be32 *addr); 60 static u64 of_bus_default_map(__be32 *addr, const __be32 *range, in of_bus_default_map() 130 const __be32 *prop; in of_get_address() 168 __be32 *addr, int na, int ns, int pna, in of_translate_one() 171 const __be32 *ranges; in of_translate_one() 236 const __be32 *in_addr, const char *rprop) in __of_translate_address() 240 __be32 addr[OF_MAX_ADDR_CELLS]; in __of_translate_address() 328 const __be32 *ranges; in of_get_dma_range() [all …]
|
| A D | of_access.c | 72 const __be32 *ip; in of_n_addr_cells() 88 const __be32 *ip; in of_n_size_cells() 104 const __be32 *ip; in of_simple_addr_cells() 116 const __be32 *ip; in of_simple_size_cells() 493 const __be32 *val; in of_read_u32_array() 512 const __be32 *val; in of_read_u32_index() 621 const __be32 *list, *list_end; in __of_parse_phandle_with_args()
|
| /u-boot/arch/powerpc/cpu/mpc83xx/initreg/ |
| A D | initreg.h | 16 const __be32 spcr_mask = 30 const __be32 spcr_val = 45 const __be32 lcrr_mask = 63 const __be32 lcrr_val =
|
| /u-boot/include/linux/byteorder/ |
| A D | big_endian.h | 16 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) 17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) 28 #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x)) 29 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x)) 40 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x)) 41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) 77 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p() 79 return (__force __be32)*p; in __cpu_to_be32p() 81 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
|
| A D | little_endian.h | 16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) 17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) 28 #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x))) 29 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x)) 40 #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) 41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) 77 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p() 79 return (__force __be32)__swab32p(p); in __cpu_to_be32p() 81 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
|
| A D | generic.h | 181 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu() 191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array() 199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array()
|
| /u-boot/include/dm/ |
| A D | of_addr.h | 27 u64 of_translate_address(const struct device_node *no, const __be32 *in_addr); 45 u64 of_translate_dma_address(const struct device_node *no, const __be32 *in_addr); 77 const __be32 *of_get_address(const struct device_node *no, int index,
|
| A D | of.h | 119 static inline u64 of_read_number(const __be32 *cell, int size) in of_read_number() 128 static inline unsigned long of_read_ulong(const __be32 *cell, int size) in of_read_ulong()
|
| /u-boot/drivers/ufs/ |
| A D | ufs.h | 366 __be32 dword_0; 367 __be32 dword_1; 368 __be32 dword_2; 390 __be32 value; 391 __be32 reserved[2]; 413 __be32 input_param1; 414 __be32 input_param2; 415 __be32 input_param3; 420 __be32 output_param1; 421 __be32 output_param2; [all …]
|
| /u-boot/arch/powerpc/cpu/mpc83xx/arbiter/ |
| A D | arbiter.h | 1 const __be32 acr_mask = 15 const __be32 acr_val =
|
| /u-boot/include/linux/ |
| A D | ethtool.h | 336 __be32 ip4src; 337 __be32 ip4dst; 353 __be32 ip4src; 354 __be32 ip4dst; 355 __be32 spi; 371 __be32 ip4src; 372 __be32 ip4dst; 373 __be32 l4_4_bytes;
|
| A D | libfdt_env.h | 18 typedef __be32 fdt32_t;
|
| A D | types.h | 144 typedef __u32 __bitwise __be32; typedef
|
| /u-boot/include/ |
| A D | qfw.h | 72 __be32 size; 89 __be32 control; 90 __be32 length;
|
| A D | tpm-v1.h | 270 __be32 attributes; 275 __be32 nv_index; 282 __be32 data_size;
|
| A D | fdt_support.h | 249 const __be32 *in_addr); 261 const __be32 *in_addr);
|
| /u-boot/include/linux/unaligned/ |
| A D | access_ok.h | 28 return be32_to_cpup((__be32 *)p); in get_unaligned_be32() 58 *((__be32 *)p) = cpu_to_be32(val); in put_unaligned_be32()
|
| /u-boot/lib/ |
| A D | of_live.c | 47 const __be32 *p; in unflatten_dt_node() 166 pp->value = (__be32 *)p; in unflatten_dt_node() 300 *(__be32 *)(mem + size) = cpu_to_be32(0xdeadbeef); in unflatten_device_tree()
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | cpu_init.c | 63 __be32 sccr_mask = in cpu_init_f() 101 __be32 sccr_val = in cpu_init_f()
|
| /u-boot/drivers/net/phy/ |
| A D | ncsi.c | 187 __be32 pchecksum; in ncsi_validate_rsp() 522 __be32 *pchecksum; in ncsi_send_command() 552 pchecksum = (__be32 *)((void *)(hdr + 1) + len); in ncsi_send_command() 574 __be32 pchecksum; in ncsi_handle_aen()
|