Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_common.c2686 fdt_win_process_child(phandle_t child, struct soc_node_spec *soc_node, in fdt_win_process_child() argument
2708 if (soc_node->valid_handler != NULL) in fdt_win_process_child()
2709 if (!soc_node->valid_handler()) in fdt_win_process_child()
2713 if (soc_node->decode_handler != NULL) in fdt_win_process_child()
2714 soc_node->decode_handler(base); in fdt_win_process_child()
2718 if (MV_DUMP_WIN && (soc_node->dump_handler != NULL)) in fdt_win_process_child()
2719 soc_node->dump_handler(base); in fdt_win_process_child()