Home
last modified time | relevance | path

Searched defs:_t (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/lib/gpt_rme/
A Dgpt_rme_private.h128 #define GPT_L0_IDX_WIDTH(_t) (((_t) > GPT_S_VAL) ? \ argument
142 #define GPT_L0_IDX_MASK(_t) (0x3FFFFFUL >> (22U - \ argument
146 #define GPT_L0_REGION_COUNT(_t) ((GPT_L0_IDX_MASK(_t)) + 1U) argument
152 #define GPT_L0_TABLE_SIZE(_t) ((GPT_L0_REGION_COUNT(_t)) << 3U) argument
198 #define GPT_PPS_ACTUAL_SIZE(_t) (1UL << (_t)) argument

Completed in 3 milliseconds