Searched refs:sets (Results 1 – 3 of 3) sorted by relevance
1937 uint32_t sets, ways; in SCB_EnableDCache() local1940 sets = CCSIDR_SETS(ccsidr); in SCB_EnableDCache()1950 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_EnableDCache()1953 } while(sets--); in SCB_EnableDCache()1972 uint32_t sets, ways; in SCB_DisableDCache() local1975 sets = CCSIDR_SETS(ccsidr); in SCB_DisableDCache()1987 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_DisableDCache()1990 } while(sets--); in SCB_DisableDCache()2007 uint32_t sets, ways; in SCB_InvalidateDCache() local2010 sets = CCSIDR_SETS(ccsidr); in SCB_InvalidateDCache()[all …]
214 define equal-sets225 $(call equal-sets,$(AUX_RECURSIVE_VARIANT_LIST),$(1)),,\
543 … initDescriptorSetStateLocked(const VkDescriptorSetAllocateInfo* ci, const VkDescriptorSet* sets) { in initDescriptorSetStateLocked() argument549 info.allocedSets.insert(sets[i]); in initDescriptorSetStateLocked()551 auto setIt = info_VkDescriptorSet.find(sets[i]); in initDescriptorSetStateLocked()