Home
last modified time | relevance | path

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

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