Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/mv/
H A Dmv_common.c2797 fdt_win_process_child(phandle_t child, struct soc_node_spec *soc_node, in fdt_win_process_child() argument
2819 if (soc_node->valid_handler != NULL) in fdt_win_process_child()
2820 if (!soc_node->valid_handler()) in fdt_win_process_child()
2824 if (soc_node->decode_handler != NULL) in fdt_win_process_child()
2825 soc_node->decode_handler(base); in fdt_win_process_child()
2829 if (MV_DUMP_WIN && (soc_node->dump_handler != NULL)) in fdt_win_process_child()
2830 soc_node->dump_handler(base); in fdt_win_process_child()