Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dprom.c245 const unsigned char *pa_ftrs; in check_cpu_features() local
248 pa_ftrs = of_get_flat_dt_prop(node, name, &tablelen); in check_cpu_features()
249 if (pa_ftrs == NULL) in check_cpu_features()
252 scan_features(node, pa_ftrs, tablelen, fp, size); in check_cpu_features()