Home
last modified time | relevance | path

Searched refs:gpi_info_t (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c59 static void shatter_2mb(uintptr_t base, const gpi_info_t *gpi_info,
61 static void shatter_32mb(uintptr_t base, const gpi_info_t *gpi_info,
63 static void shatter_512mb(uintptr_t base, const gpi_info_t *gpi_info,
193 static void shatter_2mb(uintptr_t base, const gpi_info_t *gpi_info, in shatter_2mb()
205 static void shatter_32mb(uintptr_t base, const gpi_info_t *gpi_info, in shatter_32mb()
229 static void shatter_512mb(uintptr_t base, const gpi_info_t *gpi_info, in shatter_512mb()
1365 static int get_gpi_params(uint64_t base, gpi_info_t *gpi_info) in get_gpi_params()
1398 static void read_gpi(gpi_info_t *gpi_info) in read_gpi()
1437 __unused static bool check_fuse_2mb(uint64_t base, const gpi_info_t *gpi_info, in check_fuse_2mb()
1461 __unused static void fuse_2mb(uint64_t base, const gpi_info_t *gpi_info, in fuse_2mb()
[all …]
H A Dgpt_rme_private.h159 } gpi_info_t; typedef
169 typedef void (*gpt_shatter_func)(uintptr_t base, const gpi_info_t *gpi_info,