Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dprom.c197 static void __init scan_features(unsigned long node, const unsigned char *ftrs, in scan_features() argument
208 len = 2 + ftrs[0]; in scan_features()
211 if (ftrs[1] == 0) in scan_features()
214 ftrs += len; in scan_features()
219 if (fp->pabyte >= ftrs[0]) in scan_features()
221 bit = (ftrs[2 + fp->pabyte] >> (7 - fp->pabit)) & 1; in scan_features()

Completed in 5 milliseconds