/external/u-boot/drivers/mtd/ubi/ |
D | ubi-media.h | 107 #define UBI_EC_HDR_SIZE_CRC (UBI_EC_HDR_SIZE - sizeof(__be32)) 108 #define UBI_VID_HDR_SIZE_CRC (UBI_VID_HDR_SIZE - sizeof(__be32)) 145 __be32 magic; 149 __be32 vid_hdr_offset; 150 __be32 data_offset; 151 __be32 image_seq; 153 __be32 hdr_crc; 266 __be32 magic; 271 __be32 vol_id; 272 __be32 lnum; [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | gfs2_ondisk.h | 83 __be32 mh_magic; 84 __be32 mh_type; 86 __be32 mh_format; 89 __be32 mh_jid; /* Was incarnation number in gfs1 */ 90 __be32 __pad1; 116 __be32 sb_fs_format; 117 __be32 sb_multihost_format; 120 __be32 sb_bsize; 121 __be32 sb_bsize_shift; 143 __be32 ri_length; /* length of rgrp header in fs blocks */ [all …]
|
D | efs_fs_sb.h | 27 __be32 fs_size; /* size of filesystem, in sectors */ 28 __be32 fs_firstcg; /* bb offset to first cg */ 29 __be32 fs_cgfsize; /* size of cylinder group in bb's */ 35 __be32 fs_time; /* last super-block update */ 36 __be32 fs_magic; /* magic number */ 39 __be32 fs_bmsize; /* size of bitmap in bytes */ 40 __be32 fs_tfree; /* total free data blocks */ 41 __be32 fs_tinode; /* total free inodes */ 42 __be32 fs_bmblock; /* bitmap location. */ 43 __be32 fs_replsb; /* Location of replicated superblock. */ [all …]
|
D | zorro.h | 67 __be32 ln_Succ; /* Pointer to next (successor) */ 68 __be32 ln_Pred; /* Pointer to previous (predecessor) */ 71 __be32 ln_Name; /* ID string, null terminated */ 81 __be32 er_SerialNumber; /* Available for use by manufacturer */ 103 __be32 cd_BoardAddr; /* where in memory the board was placed */ 104 __be32 cd_BoardSize; /* size of board in bytes */ 107 __be32 cd_Driver; /* pointer to node of driver */ 108 __be32 cd_NextCD; /* linked list of drivers to config */ 109 __be32 cd_Unused[4]; /* for whatever the driver wants */
|
D | romfs_fs.h | 26 __be32 word0; 27 __be32 word1; 28 __be32 size; 29 __be32 checksum; 36 __be32 next; /* low 4 bits see ROMFH_ */ 37 __be32 spec; 38 __be32 size; 39 __be32 checksum;
|
D | atmmpc.h | 18 __be32 ipaddr; /* the IP address of the shortcut */ 26 __be32 tag; 27 __be32 in_dst_ip; /* IP address this ingress MPC sends packets to */ 35 __be32 cache_id; 36 __be32 tag; 37 __be32 mps_ip; 38 __be32 eg_dst_ip; /* IP address to which ingress MPC sends packets */ 54 __be32 ip_mask;
|
D | batadv_packet.h | 217 __be32 seqno; 243 __be32 seqno; 246 __be32 throughput; 263 __be32 seqno; 264 __be32 elp_interval; 346 __be32 seqno; 347 __be32 timestamp; 485 __be32 seqno; 517 __be32 first_crc; 523 __be32 second_crc; [all …]
|
D | openvswitch.h | 396 __be32 mpls_lse; 400 __be32 ipv4_src; 401 __be32 ipv4_dst; 409 __be32 ipv6_src[4]; 410 __be32 ipv6_dst[4]; 411 __be32 ipv6_label; /* 20-bits in least-significant bits. */ 444 __be32 arp_sip; 445 __be32 arp_tip; 452 __be32 nd_target[4]; 484 __be32 ipv4_src; [all …]
|
D | tipc_config.h | 195 __be32 addr; /* network address of node */ 196 __be32 up; /* 0=down, 1= up */ 200 __be32 dest; /* network address of peer node */ 201 __be32 up; /* 0=down, 1=up */ 206 __be32 priority; /* Range [1,31]. Override per link */ 207 __be32 disc_domain; /* <Z.C.N> describing desired nodes */ 212 __be32 value; 219 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ 220 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */ 221 __be32 lowbound; /* (i.e. displays all entries of name table) */ [all …]
|
D | affs_hardblocks.h | 11 __be32 rdb_SummedLongs; 14 __be32 rdb_BlockBytes; 17 __be32 rdb_PartitionList; 51 __be32 pb_ID; 52 __be32 pb_SummedLongs; 55 __be32 pb_Next; 61 __be32 pb_Environment[17];
|
D | ipx.h | 15 __be32 sipx_network; 32 __be32 ipx_network; 33 __be32 ipx_router_network; 40 __be32 ipx_network; 70 __be32 ipx_network; 71 __be32 ipx_router_network;
|
D | rds.h | 148 __be32 laddr; 149 __be32 faddr; 169 __be32 laddr; 170 __be32 faddr; 189 __be32 bound_addr; 190 __be32 connected_addr; 208 __be32 local_addr; 210 __be32 peer_addr; 233 __be32 src_addr; 234 __be32 dst_addr;
|
D | nbd.h | 73 __be32 magic; 74 __be32 type; /* == READ || == WRITE */ 77 __be32 len; 85 __be32 magic; 86 __be32 error; /* 0 = ok, else error */
|
/external/u-boot/fs/ext4/ |
D | ext4_journal.h | 52 __be32 h_magic; 53 __be32 h_blocktype; 54 __be32 h_sequence; 63 __be32 s_blocksize; /* journal device blocksize */ 64 __be32 s_maxlen; /* total blocks in journal file */ 65 __be32 s_first; /* first block of log information */ 68 __be32 s_sequence; /* first commit ID expected in log */ 69 __be32 s_start; /* blocknr of start of log */ 72 __be32 s_errno; 75 __be32 s_feature_compat; /* compatible feature set */ [all …]
|
/external/u-boot/drivers/tpm/ |
D | tpm_tis.h | 50 __be32 length; 51 __be32 ordinal; 56 __be32 length; 57 __be32 return_code; 61 __be32 a; 62 __be32 b; 63 __be32 c; 64 __be32 d; 68 __be32 tpm_short; 69 __be32 tpm_medium; [all …]
|
/external/kernel-headers/original/uapi/sound/ |
D | firewire.h | 34 __be32 length; 35 __be32 version; 36 __be32 seqnum; 37 __be32 category; 38 __be32 command; 39 __be32 status; 40 __be32 params[0]; 44 __be32 response[0]; /* some responses */ 59 __be32 before; 60 __be32 after; [all …]
|
/external/u-boot/drivers/core/ |
D | of_addr.c | 25 static void of_dump_addr(const char *s, const __be32 *addr, int na) in of_dump_addr() 33 static void of_dump_addr(const char *s, const __be32 *addr, int na) { } in of_dump_addr() 43 u64 (*map)(__be32 *addr, const __be32 *range, int na, int ns, int pna); 44 int (*translate)(__be32 *addr, u64 offset, int na); 45 unsigned int (*get_flags)(const __be32 *addr); 57 static u64 of_bus_default_map(__be32 *addr, const __be32 *range, in of_bus_default_map() 75 static int of_bus_default_translate(__be32 *addr, u64 offset, int na) in of_bus_default_translate() 87 static unsigned int of_bus_default_get_flags(const __be32 *addr) in of_bus_default_get_flags() 124 const __be32 *of_get_address(const struct device_node *dev, int index, in of_get_address() 127 const __be32 *prop; in of_get_address() [all …]
|
/external/kernel-headers/original/uapi/scsi/fc/ |
D | fc_els.h | 236 __be32 _sp_r_a_tov; /* resource alloc. timeout msec */ 239 __be32 sp_e_d_tov; /* error detect timeout value */ 333 __be32 spp_orig_pa; /* originator process associator */ 334 __be32 spp_resp_pa; /* responder process associator */ 335 __be32 spp_params; /* service parameters */ 396 __be32 reca_fc4value; /* FC4 value */ 397 __be32 reca_e_stat; /* ESB (exchange status block) status */ 458 __be32 rtv_r_a_tov; /* resource allocation timeout value */ 459 __be32 rtv_e_d_tov; /* error detection timeout value */ 460 __be32 rtv_toq; /* timeout qualifier (see below) */ [all …]
|
/external/u-boot/drivers/video/ |
D | fsl_diu_fb.c | 160 __be32 desc[3]; 161 __be32 gamma; 162 __be32 pallete; 163 __be32 cursor; 164 __be32 curs_pos; 165 __be32 diu_mode; 166 __be32 bgnd; 167 __be32 bgnd_wb; 168 __be32 disp_size; 169 __be32 wb_size; [all …]
|
/external/kernel-headers/original/uapi/scsi/ |
D | scsi_bsg_ufs.h | 28 __be32 dword_0; 29 __be32 dword_1; 30 __be32 dword_2; 52 __be32 value; 53 __be32 reserved[2]; 62 __be32 exp_data_transfer_len;
|
/external/kernel-headers/original/uapi/linux/byteorder/ |
D | big_endian.h | 15 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) 16 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) 27 #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x)) 28 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x)) 39 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x)) 40 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) 76 static __always_inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p() 78 return (__force __be32)*p; in __cpu_to_be32p() 80 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
|
D | little_endian.h | 15 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) 16 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) 27 #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x))) 28 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x)) 39 #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) 40 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) 76 static __always_inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p() 78 return (__force __be32)__swab32p(p); in __cpu_to_be32p() 80 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
|
/external/u-boot/include/linux/byteorder/ |
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()
|
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()
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_mad.h | 79 __be32 qpn; 80 __be32 qkey; 89 __be32 flow_label; 123 __be32 qpn; 124 __be32 qkey; 133 __be32 flow_label;
|