Searched refs:rd_phandle (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/ofw/
H A Dofw_regulator.c80 rd->rd_phandle = OF_getpropint(rd->rd_node, "phandle", 0);
81 if (rd->rd_phandle == 0)
87 regulator_do_notify(rd->rd_phandle,
88 regulator_get_voltage(rd->rd_phandle));
91 regulator_do_notify(rd->rd_phandle,
92 regulator_get_current(rd->rd_phandle));
182 if (rd->rd_phandle == phandle)
217 if (rd->rd_phandle == phandle)
249 if (rd->rd_phandle == phandle)
262 regulator_do_notify(rd->rd_phandle, voltag
[all...]
H A Dofw_clock.h64 uint32_t rd_phandle; member in struct:reset_device
H A Dofw_regulator.h38 uint32_t rd_phandle; member in struct:regulator_device
H A Dofw_clock.c345 rd->rd_phandle = OF_getpropint(rd->rd_node, "phandle", 0);
346 if (rd->rd_phandle == 0)
359 if (rd->rd_phandle == phandle)

Completed in 119 milliseconds