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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c157 const char*mix_path; local
165 mix_path = fdt_getprop(fdt_addr, aliases, name_buffer, NULL);
166 if (!mix_path)
170 mix = fdt_path_offset(fdt_addr, mix_path);
173 cvmx_dprintf("ERROR: %s not found in device tree\n", mix_path);

Completed in 55 milliseconds