Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dclock_manager_arria10.c146 static int of_to_struct(const void *blob, int node, const struct strtou32 *cfg_tab, in of_to_struct() argument
153 if (fdtdec_get_int_array(blob, node, cfg_tab[i].str, &val, 1)) { in of_to_struct()
157 *(u32 *)(cfg + cfg_tab[i].val) = val; in of_to_struct()