Lines Matching refs:cuint
903 const fdt32_t *cuint = NULL; in parse_bkpregs_dt_conf() local
906 cuint = fdt_getprop(fdt, node, "st,backup-zones", &lenp); in parse_bkpregs_dt_conf()
907 if (!cuint) in parse_bkpregs_dt_conf()
923 pdata->bkpregs_conf.zone1_end = fdt32_to_cpu(cuint[0]); in parse_bkpregs_dt_conf()
924 bkpregs_count = fdt32_to_cpu(cuint[0]); in parse_bkpregs_dt_conf()
927 fdt32_to_cpu(cuint[1]); in parse_bkpregs_dt_conf()
970 pdata->bkpregs_conf.rif_offsets[0] = fdt32_to_cpu(cuint[0]); in parse_bkpregs_dt_conf()
971 pdata->bkpregs_conf.zone1_end = fdt32_to_cpu(cuint[0]) + in parse_bkpregs_dt_conf()
972 fdt32_to_cpu(cuint[1]); in parse_bkpregs_dt_conf()
978 fdt32_to_cpu(cuint[2]); in parse_bkpregs_dt_conf()
980 fdt32_to_cpu(cuint[2]) + in parse_bkpregs_dt_conf()
981 fdt32_to_cpu(cuint[3]); in parse_bkpregs_dt_conf()
987 fdt32_to_cpu(cuint[4]); in parse_bkpregs_dt_conf()
989 fdt32_to_cpu(cuint[4]) + in parse_bkpregs_dt_conf()
990 fdt32_to_cpu(cuint[5]); in parse_bkpregs_dt_conf()
1724 const fdt32_t *cuint = NULL; in stm32_tamp_parse_passive_conf() local
1730 cuint = fdt_getprop(fdt, node, "st,tamp-passive-precharge", NULL); in stm32_tamp_parse_passive_conf()
1731 if (cuint) in stm32_tamp_parse_passive_conf()
1732 precharge = fdt32_to_cpu(*cuint); in stm32_tamp_parse_passive_conf()
1734 cuint = fdt_getprop(fdt, node, "st,tamp-passive-nb-sample", NULL); in stm32_tamp_parse_passive_conf()
1735 if (cuint) in stm32_tamp_parse_passive_conf()
1736 nb_sample = fdt32_to_cpu(*cuint); in stm32_tamp_parse_passive_conf()
1738 cuint = fdt_getprop(fdt, node, "st,tamp-passive-sample-clk-div", NULL); in stm32_tamp_parse_passive_conf()
1739 if (cuint) in stm32_tamp_parse_passive_conf()
1740 clk_div = fdt32_to_cpu(*cuint); in stm32_tamp_parse_passive_conf()
1901 const fdt32_t *cuint = 0; in stm32_configure_tamp() local
1909 cuint = fdt_getprop(fdt, subnode, "st,tamp-mode", NULL); in stm32_configure_tamp()
1910 if (!cuint) in stm32_configure_tamp()
1913 mode = fdt32_to_cpu(*cuint); in stm32_configure_tamp()
1915 cuint = fdt_getprop(fdt, subnode, "st,tamp-id", &lenp); in stm32_configure_tamp()
1916 if (!cuint) in stm32_configure_tamp()
1919 ext_tamp_id = fdt32_to_cpu(*cuint); in stm32_configure_tamp()
1921 out_tamp_id = fdt32_to_cpu(*(cuint + 1)); in stm32_configure_tamp()
1950 const fdt32_t *cuint = NULL; in stm32_tamp_parse_active_conf() local
1954 cuint = fdt_getprop(fdt, node, "st,tamp-active-filter", NULL); in stm32_tamp_parse_active_conf()
1955 if (cuint) in stm32_tamp_parse_active_conf()
1962 cuint = fdt_getprop(fdt, node, "st,tamp-active-clk-div", NULL); in stm32_tamp_parse_active_conf()
1963 if (cuint) in stm32_tamp_parse_active_conf()
1964 clk_div = fdt32_to_cpu(*cuint); in stm32_tamp_parse_active_conf()
2061 const fdt32_t *cuint = NULL; in stm32_tamp_parse_fdt() local
2065 cuint = fdt_getprop(fdt, node, "st,protreg", &lenp); in stm32_tamp_parse_fdt()
2066 if (!cuint) { in stm32_tamp_parse_fdt()
2091 stm32_rif_parse_cfg(fdt32_to_cpu(cuint[i]), in stm32_tamp_parse_fdt()