Home
last modified time | relevance | path

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

/components/drivers/regulator/
A Dregulator_dm.c16 rt_uint32_t pval; in regulator_ofw_parse() local
20 if (!rt_ofw_prop_read_u32(np, "regulator-min-microvolt", &pval)) in regulator_ofw_parse()
22 param->min_uvolt = pval; in regulator_ofw_parse()
25 if (!rt_ofw_prop_read_u32(np, "regulator-max-microvolt", &pval)) in regulator_ofw_parse()
27 param->max_uvolt = pval; in regulator_ofw_parse()
30 if (!rt_ofw_prop_read_u32(np, "regulator-min-microamp", &pval)) in regulator_ofw_parse()
32 param->min_uamp = pval; in regulator_ofw_parse()
37 param->max_uamp = pval; in regulator_ofw_parse()
40 if (!rt_ofw_prop_read_u32(np, "regulator-ramp-delay", &pval)) in regulator_ofw_parse()
42 param->ramp_delay = pval; in regulator_ofw_parse()
[all …]
/components/utilities/libadt/uthash/
A Drt_uthash.h53 #define RT_UTHASH_FIND(head, key_ptr, keylen_in, pval) \ argument
54 HASH_FIND(hh, head, key_ptr, keylen_in, pval)
/components/net/lwip/port/
A Dsys_arch.c536 void sys_arch_unprotect(sys_prot_t pval) in sys_arch_unprotect() argument
539 RT_UNUSED(pval); in sys_arch_unprotect()
542 rt_spin_unlock_irqrestore(&_spinlock, pval); in sys_arch_unprotect()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsys.h279 void sys_arch_unprotect(sys_prot_t pval);
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsys.h493 void sys_arch_unprotect(sys_prot_t pval);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsys.h397 void sys_arch_unprotect(sys_prot_t pval);
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt193 - void sys_arch_unprotect(sys_prot_t pval)
196 value specified by pval. See the documentation for sys_arch_protect() for
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt229 - void sys_arch_unprotect(sys_prot_t pval)
232 value specified by pval. See the documentation for sys_arch_protect() for

Completed in 14 milliseconds