Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c987 static void flush_l0_for_pas_array(pas_region_t *pas, unsigned int pas_count) in flush_l0_for_pas_array() argument
995 assert(pas_count != 0U); in flush_l0_for_pas_array()
1002 for (idx = 1UL; idx < pas_count; idx++) { in flush_l0_for_pas_array()
1163 unsigned int pas_count) in gpt_init_pas_l1_tables() argument
1185 l1_gpt_cnt = validate_pas_mappings(pas_regions, pas_count); in gpt_init_pas_l1_tables()
1214 INFO(" PAS count: %u\n", pas_count); in gpt_init_pas_l1_tables()
1218 for (unsigned int idx = 0U; idx < pas_count; idx++) { in gpt_init_pas_l1_tables()
1235 flush_l0_for_pas_array(pas_regions, pas_count); in gpt_init_pas_l1_tables()
/rk3399_ARM-atf/include/lib/gpt_rme/
H A Dgpt_rme.h258 unsigned int pas_count);