Searched refs:pip_path (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-board.c434 const char *pip_path; local
453 pip_path = (const char *)fdt_getprop(fdt_addr, aliases, "pip", NULL);
454 if (!pip_path) {
458 pip = fdt_path_offset(fdt_addr, pip_path);
459 debug("ipdd_port=%d pip_path=%s pip=%d ", ipd_port, pip_path, pip);
1607 const char *pip_path; local
1677 pip_path = (const char *)fdt_getprop(fdt_addr, aliases, "pip", NULL);
1678 if (!pip_path) {
1683 pip = fdt_path_offset(fdt_addr, pip_path);
[all...]
H A Docteon_fdt.c524 const char *pip_path; local
543 pip_path = fdt_getprop(fdt, aliases, "pip", NULL);
544 if (!pip_path) {
548 pip = fdt_path_offset(fdt, pip_path);

Completed in 103 milliseconds