HomeSort by: relevance | last modified time | path
    Searched defs:linux_phandle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/dtc/dist/
checks.c 516 cell_t phandle, linux_phandle; local
523 linux_phandle = check_phandle_prop(c, dti, node, "linux,phandle");
525 if (!phandle && !linux_phandle)
529 if (linux_phandle && phandle && (phandle != linux_phandle))
533 if (linux_phandle && !phandle)
534 phandle = linux_phandle;
checks.c 516 cell_t phandle, linux_phandle; local
523 linux_phandle = check_phandle_prop(c, dti, node, "linux,phandle");
525 if (!phandle && !linux_phandle)
529 if (linux_phandle && phandle && (phandle != linux_phandle))
533 if (linux_phandle && !phandle)
534 phandle = linux_phandle;
checks.c 516 cell_t phandle, linux_phandle; local
523 linux_phandle = check_phandle_prop(c, dti, node, "linux,phandle");
525 if (!phandle && !linux_phandle)
529 if (linux_phandle && phandle && (phandle != linux_phandle))
533 if (linux_phandle && !phandle)
534 phandle = linux_phandle;

Completed in 44 milliseconds