| /arch/powerpc/sysdev/ |
| A D | fsl_pci.h | 40 __be32 potar; /* 0x.0 - Outbound translation address register */ 42 __be32 powbar; /* 0x.8 - Outbound window base address register */ 44 __be32 powar; /* 0x.10 - Outbound window attributes register */ 50 __be32 pitar; /* 0x.0 - Inbound translation address register */ 52 __be32 piwbar; /* 0x.8 - Inbound window base address register */ 54 __be32 piwar; /* 0x.10 - Inbound window attributes register */ 65 __be32 pex_config; /* 0x.014 - PCIE CONFIG Register */ 66 __be32 pex_int_status; /* 0x.018 - PCIE interrupt status */ 104 __be32 pdb_stat; /* 0x.f00 - PCIE Debug Status */ 106 __be32 pex_csr0; /* 0x.f14 - PEX Control/Status register 0*/ [all …]
|
| A D | fsl_pmc.c | 21 __be32 devdisr; 22 __be32 devdisr2; 23 __be32 :32; 24 __be32 :32; 25 __be32 pmcsr;
|
| /arch/powerpc/include/asm/ |
| A D | fsl_lbc.h | 21 __be32 br; /**< Base Register */ 48 __be32 or; /**< Base Register */ 93 __be32 mar; /**< UPM Address Register */ 95 __be32 mamr; /**< UPMA Mode Register */ 101 __be32 mbmr; /**< UPMB Mode Register */ 102 __be32 mcmr; /**< UPMC Mode Register */ 105 __be32 mdr; /**< UPM Data Register */ 108 __be32 lsdmr; /**< SDRAM Mode Register */ 110 __be32 lurt; /**< UPM Refresh Timer */ 111 __be32 lsrt; /**< SDRAM Refresh Timer */ [all …]
|
| A D | opal-api.h | 722 __be32 version; 723 __be32 ioType; 724 __be32 len; 730 __be32 brdgCtl; 748 __be32 tlpHdr1; 749 __be32 tlpHdr2; 750 __be32 tlpHdr3; 751 __be32 tlpHdr4; 754 __be32 rsv3; 789 __be32 brdgCtl; [all …]
|
| A D | prom.h | 46 __be32 magic; /* magic word OF_DT_HEADER */ 47 __be32 totalsize; /* total size of DT block */ 48 __be32 off_dt_struct; /* offset to structure */ 49 __be32 off_dt_strings; /* offset to strings */ 50 __be32 off_mem_rsvmap; /* offset to memory reserve map */ 51 __be32 version; /* format version */ 52 __be32 last_comp_version; /* last compatible version */ 54 __be32 boot_cpuid_phys; /* Physical CPU id we're booting on */ 56 __be32 dt_strings_size; /* size of the DT strings block */ 58 __be32 dt_struct_size; /* size of the DT structure block */ [all …]
|
| A D | rtas-types.h | 7 typedef __be32 rtas_arg_t; 10 __be32 token; 11 __be32 nargs; 12 __be32 nret; 44 __be32 extended_log_length; /* length in bytes */ 82 __be32 company_id; /* Company ID of the company */ 107 __be32 drc_index; 108 __be32 drc_count; 109 struct { __be32 count, index; } ic;
|
| A D | lppaca.h | 43 __be32 desc; /* Eye catcher 0xD397D781 */ 48 volatile __be32 dyn_hw_node_id; /* Dynamic hardware node id */ 49 volatile __be32 dyn_hw_proc_id; /* Dynamic hardware proc id */ 83 volatile __be32 yield_count; 84 volatile __be32 dispersion_count; /* dispatch changed physical cpu */ 95 __be32 page_ins; /* CMO Hint - # page ins by OS */ 137 __be32 persistent; /* Number of persistent SLBs */ 138 __be32 buffer_length; /* Total shadow buffer length */
|
| A D | drmem.h | 62 __be32 drc_index; 63 __be32 reserved; 64 __be32 aa_index; 65 __be32 flags; 110 int (*func)(struct drmem_lmb *, const __be32 **, void *)); 116 int (*func)(struct drmem_lmb *, const __be32 **, void *));
|
| A D | icswx.h | 91 __be32 count; 109 __be32 length; 122 __be32 pswid; 142 __be32 ccw; 143 __be32 flags; 185 static inline int icswx(__be32 ccw, struct coprocessor_request_block *crb) in icswx()
|
| A D | dtl.h | 14 __be32 enqueue_to_dispatch_time; 15 __be32 ready_to_enqueue_time; 16 __be32 waiting_to_ready_time;
|
| A D | opal.h | 51 int64_t opal_tpo_read(uint64_t token, __be32 *year_mon_day, __be32 *hour_min); 70 uint64_t offset, __be32 *data); 126 __be32 *message_data); 179 int64_t opal_dump_info(__be32 *dump_id, __be32 *dump_size); 180 int64_t opal_dump_info2(__be32 *dump_id, __be32 *dump_size, __be32 *dump_type); 243 __be32 *out_esb_shift, 244 __be32 *out_src_chip); 253 __be32 *out_escalate_irq, 266 __be32 *out_chip_id); 275 __be32 *out_qtoggle, [all …]
|
| /arch/powerpc/platforms/44x/ |
| A D | gpio.c | 27 __be32 or; 28 __be32 tcr; 29 __be32 osrl; 30 __be32 osrh; 31 __be32 tsrl; 32 __be32 tsrh; 33 __be32 odr; 34 __be32 ir; 35 __be32 rr1; 36 __be32 rr2; [all …]
|
| /arch/powerpc/platforms/pseries/ |
| A D | rtas-fadump.h | 46 __be32 request_flag; 57 __be32 dump_format_version; 60 __be32 offset_first_dump_section; 63 __be32 dd_block_size; 66 __be32 dd_offset_disk_path; 69 __be32 max_time_auto; 100 __be32 version; 101 __be32 num_cpu_offset;
|
| /arch/powerpc/mm/ |
| A D | drmem.c | 70 __be32 *p; in drmem_update_dt_v1() 204 const __be32 *p = *prop; in read_drconf_v1_cell() 219 __walk_drmem_v1_lmbs(const __be32 *prop, const __be32 *usm, void *data, in __walk_drmem_v1_lmbs() 240 const __be32 *p = *prop; in read_drconf_v2_cell() 253 __walk_drmem_v2_lmbs(const __be32 *prop, const __be32 *usm, void *data, in __walk_drmem_v2_lmbs() 288 const __be32 *prop, *usm; in walk_drmem_lmbs_early() 360 const __be32 *prop; in init_drmem_lmb_size() 383 const __be32 *prop; in of_get_usable_memory() 397 const __be32 *prop, *usm; in walk_drmem_lmbs() 446 const __be32 *p; in init_drmem_v2_lmbs() [all …]
|
| A D | numa.c | 199 static int __cpu_form2_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc) in __cpu_form2_relative_distance() 216 static int __cpu_form1_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc) in __cpu_form1_relative_distance() 232 int cpu_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc) in cpu_relative_distance() 275 const __be32 *tmp; in of_node_to_nid_single() 313 const __be32 *entry; in __initialize_form1_numa_distance() 347 const __be32 *associativity; in update_numa_distance() 540 const __be32 *arrays; 556 const __be32 *prop; in of_get_assoc_arrays() 849 const __be32 **usm, in numa_setup_drmem_lmb() 971 const __be32 *memcell_buf; in parse_numa_properties() [all …]
|
| /arch/powerpc/platforms/powernv/ |
| A D | opal-fadump.h | 59 __be32 pir; 64 __be32 offset; /* Offset to Register Entries array */ 65 __be32 ecnt; /* Number of entries */ 66 __be32 esize; /* Alloc size of each array entry in bytes */ 67 __be32 eactsz; /* Actual size of each array entry in bytes */ 81 __be32 reg_type; 82 __be32 reg_num;
|
| /arch/m68k/include/uapi/asm/ |
| A D | bootinfo.h | 37 __be32 data[]; /* data */ 42 __be32 addr; /* physical address of memory chunk */ 43 __be32 size; /* length of memory chunk (in bytes) */ 174 __be32 magic; 176 __be32 machtype; 177 __be32 version;
|
| /arch/hexagon/include/asm/ |
| A D | checksum.h | 17 __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, 21 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
| /arch/arm/include/asm/ |
| A D | checksum.h | 100 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 137 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() 156 __csum_ipv6_magic(const struct in6_addr *saddr, const struct in6_addr *daddr, __be32 len, 157 __be32 proto, __wsum sum);
|
| /arch/nios2/include/asm/ |
| A D | checksum.h | 40 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, in csum_tcpudp_nofold() 63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
|
| /arch/x86/um/asm/ |
| A D | checksum.h | 58 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_nofold() 74 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
|
| /arch/alpha/include/asm/ |
| A D | checksum.h | 17 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, 20 __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
|
| /arch/nios2/kernel/ |
| A D | prom.c | 24 __be32 __maybe_unused *dtb = (u32 *)__dtb_start; in early_init_devtree() 27 if (be32_to_cpup((__be32 *)CONFIG_NIOS2_DTB_PHYS_ADDR) == in early_init_devtree() 36 if (be32_to_cpu((__be32) *dtb) == OF_DT_HEADER) in early_init_devtree()
|
| /arch/powerpc/platforms/ps3/ |
| A D | gelic_udbg.c | 46 __be32 buf_addr; 47 __be32 buf_size; 48 __be32 next_descr_addr; 49 __be32 dmac_cmd_status; 50 __be32 result_size; 51 __be32 valid_size; /* all zeroes for tx */ 52 __be32 data_status; 53 __be32 data_error; /* all zeroes for tx */
|
| /arch/powerpc/perf/ |
| A D | hv-24x7.h | 28 __be32 data_offset; 78 __be32 lpar_cfg_instance_id; 98 __be32 lpar_cfg_instance_id; 151 __be32 detailed_rc;
|