Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/kernel/
Dprom.c199 unsigned long tablelen, in scan_features() argument
207 if (tablelen < 3) in scan_features()
210 if (tablelen < len) in scan_features()
214 tablelen -= len; in scan_features()
242 int tablelen; in check_cpu_features() local
244 pa_ftrs = of_get_flat_dt_prop(node, name, &tablelen); in check_cpu_features()
248 scan_features(node, pa_ftrs, tablelen, fp, size); in check_cpu_features()