Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/dtc/
Ddtc.c19 int phandle_format = PHANDLE_EPAPR; /* Use linux,phandle or phandle properties */ variable
232 phandle_format = PHANDLE_LEGACY; in main()
234 phandle_format = PHANDLE_EPAPR; in main()
236 phandle_format = PHANDLE_BOTH; in main()
Ddtc.h42 extern int phandle_format; /* Use linux,phandle or phandle properties */
Dlivetree.c625 if (!(phandle_format & format)) in add_phandle_property()