Home
last modified time | relevance | path

Searched refs:HT_MASK (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c15 #define HT_MASK (HT_BIGINT | HT_FMMCTX | HT_FMMVAR) macro
35 if ((handle & HT_MASK) == type) in lookup_handle()
36 ptr = handle_lookup(&hdb, handle & ~HT_MASK); in lookup_handle()
69 void *ptr = handle_put(&hdb, handle & ~HT_MASK); in put_handle()
150 void *ptr = put_handle(params[0].value.a & ~HT_MASK); in ta_entry_arith_free_handle()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dtrinityd.h100 # define HT_MASK (0xffff << 16) macro
H A Dtrinity_dpm.c1010 value &= ~(HT_MASK | LT_MASK); in trinity_program_ttt()