Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/fdt/
H A Dpwmregulator.c136 if (of_getprop_uint32_array(phandle, "pwm-dutycycle-range", in pwmregulator_attach()
145 if (of_getprop_uint32_array(phandle, "voltage-table", in pwmregulator_attach()
/netbsd-src/sys/dev/ofw/
H A Dopenfirm.h139 int of_getprop_uint32_array(int, const char *, uint32_t *, int);
H A Dofw_subr.c588 of_getprop_uint32_array(int node, const char *prop, uint32_t *array, int n) in of_getprop_uint32_array() function