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.c1825 fdt_win_process_child(phandle_t child, struct soc_node_spec *soc_node, in fdt_win_process_child() argument
1847 if (soc_node->valid_handler != NULL) in fdt_win_process_child()
1848 if (!soc_node->valid_handler()) in fdt_win_process_child()
1852 if (soc_node->decode_handler != NULL) in fdt_win_process_child()
1853 soc_node->decode_handler(base); in fdt_win_process_child()
1857 if (MV_DUMP_WIN && (soc_node->dump_handler != NULL)) in fdt_win_process_child()
1858 soc_node->dump_handler(base); in fdt_win_process_child()