Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kernel/
Dprom.c182 unsigned long tablelen, in scan_features() argument
190 if (tablelen < 3) in scan_features()
193 if (tablelen < len) in scan_features()
197 tablelen -= len; in scan_features()
223 int tablelen; in check_cpu_pa_features() local
225 pa_ftrs = of_get_flat_dt_prop(node, "ibm,pa-features", &tablelen); in check_cpu_pa_features()
229 scan_features(node, pa_ftrs, tablelen, in check_cpu_pa_features()