Home
last modified time | relevance | path

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

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