Searched refs:of_getprop_uint32_array (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/fdt/ |
H A D | pwmregulator.c | 136 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 D | openfirm.h | 139 int of_getprop_uint32_array(int, const char *, uint32_t *, int);
|
H A D | ofw_subr.c | 588 of_getprop_uint32_array(int node, const char *prop, uint32_t *array, int n) in of_getprop_uint32_array() function
|