Home
last modified time | relevance | path

Searched refs:nr_sets (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/platform_data/
Dmtd-nand-s3c2410.h57 int nr_sets; member
/linux-4.19.296/drivers/base/
Dcacheinfo.c122 unsigned int nr_sets = this_leaf->number_of_sets; in cache_associativity() local
129 if (!(nr_sets == 1) && (nr_sets > 0 && size > 0 && line_size > 0)) in cache_associativity()
130 this_leaf->ways_of_associativity = (size / nr_sets) / line_size; in cache_associativity()