Searched refs:TSEC_AVDC_DIR_SIZE (Results 1 – 2 of 2) sorted by relevance
46 #define TSEC_AVDC_DIR_SIZE (1 << 2) macro51 struct avdc_entry dir[TSEC_AVDC_DIR_SIZE]; /* dir entries */
3114 tsec->avdcache.dir_spot = TSEC_AVDC_DIR_SIZE - 1; in task_avdcache_reset()3150 iter = (iter - 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_search()3178 spot = (tsec->avdcache.dir_spot + 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_update()
Completed in 16 milliseconds