Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dprom.c203 unsigned long tablelen, in scan_features() argument
211 if (tablelen < 3) in scan_features()
214 if (tablelen < len) in scan_features()
218 tablelen -= len; in scan_features()
246 int tablelen; in check_cpu_features() local
248 pa_ftrs = of_get_flat_dt_prop(node, name, &tablelen); in check_cpu_features()
252 scan_features(node, pa_ftrs, tablelen, fp, size); in check_cpu_features()