aboutsummaryrefslogtreecommitdiff
path: root/include/phb3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phb3.h')
-rw-r--r--include/phb3.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/phb3.h b/include/phb3.h
index 447e667..be9f4cb 100644
--- a/include/phb3.h
+++ b/include/phb3.h
@@ -214,10 +214,10 @@ struct phb3 {
uint32_t base_lsi;
/* SkiBoot owned in-memory tables */
- uint64_t tbl_rtt;
- uint64_t tbl_peltv;
- uint64_t tbl_pest;
- uint64_t tbl_ivt;
+ __be16 *tbl_rtt;
+ uint8_t *tbl_peltv;
+ __be64 *tbl_pest;
+ __be64 *tbl_ivt;
bool skip_perst; /* Skip first perst */
bool has_link;
@@ -227,10 +227,10 @@ struct phb3 {
unsigned int max_link_speed;
uint32_t no_ecrc_devs;
- uint16_t rte_cache[RTT_TABLE_ENTRIES];
+ __be16 rte_cache[RTT_TABLE_ENTRIES];
uint8_t peltv_cache[PELTV_TABLE_SIZE];
uint64_t lxive_cache[8];
- uint64_t ive_cache[IVT_TABLE_ENTRIES];
+ __be64 ive_cache[IVT_TABLE_ENTRIES];
uint64_t tve_cache[512];
uint64_t m32d_cache[256];
uint64_t m64b_cache[16];