Lines Matching defs:fdto_phandle
538 * @fdto_phandle: Value to be replaced
540 * Replaces all phandles with value @fdto_phandle by @fdt_phandle.
549 uint32_t fdto_phandle)
587 if (valp == fdto_phandle)
606 fdto_phandle);
618 * @fdto_phandle: Value to be replaced
620 * Replaces all phandles with value @fdto_phandle by @fdt_phandle.
628 uint32_t fdto_phandle)
640 fdto_phandle);
657 uint32_t fdt_phandle, fdto_phandle;
661 fdto_phandle = fdt_get_phandle(fdto, fdtonode);
663 if (fdt_phandle && fdto_phandle) {
673 fdto_phandle);