Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmv_common.c2683 fdt_win_process_child(phandle_t child, struct soc_node_spec *soc_node, in fdt_win_process_child() argument
2705 if (soc_node->valid_handler != NULL) in fdt_win_process_child()
2706 if (!soc_node->valid_handler()) in fdt_win_process_child()
2710 if (soc_node->decode_handler != NULL) in fdt_win_process_child()
2711 soc_node->decode_handler(base); in fdt_win_process_child()
2715 if (MV_DUMP_WIN && (soc_node->dump_handler != NULL)) in fdt_win_process_child()
2716 soc_node->dump_handler(base); in fdt_win_process_child()