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.c1038 static void flush_l0_for_pas_array(pas_region_t *pas, unsigned int pas_count) in flush_l0_for_pas_array() argument
1046 assert(pas_count != 0U); in flush_l0_for_pas_array()
1053 for (idx = 1UL; idx < pas_count; idx++) { in flush_l0_for_pas_array()
1248 unsigned int pas_count) in gpt_init_pas_l1_tables() argument
1270 l1_gpt_cnt = validate_pas_mappings(pas_regions, pas_count); in gpt_init_pas_l1_tables()
1299 INFO(" PAS count: %u\n", pas_count); in gpt_init_pas_l1_tables()
1303 for (unsigned int idx = 0U; idx < pas_count; idx++) { in gpt_init_pas_l1_tables()
1320 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.h270 unsigned int pas_count);