/src/sys/dev/fdt/ |
fdt_regulator.c | 45 int rc_phandle; member in struct:fdtbus_regulator_controller 66 rc->rc_phandle = phandle; 83 if (rc->rc_phandle == phandle) 145 if (of_hasprop(rc->rc_phandle, "regulator-always-on")) 184 if (of_getprop_uint32(rc->rc_phandle, "regulator-min-microvolt", &uvol) == 0) { 188 if (of_getprop_uint32(rc->rc_phandle, "regulator-max-microvolt", &uvol) == 0) {
|
fdt_regulator.c | 45 int rc_phandle; member in struct:fdtbus_regulator_controller 66 rc->rc_phandle = phandle; 83 if (rc->rc_phandle == phandle) 145 if (of_hasprop(rc->rc_phandle, "regulator-always-on")) 184 if (of_getprop_uint32(rc->rc_phandle, "regulator-min-microvolt", &uvol) == 0) { 188 if (of_getprop_uint32(rc->rc_phandle, "regulator-max-microvolt", &uvol) == 0) {
|
fdt_regulator.c | 45 int rc_phandle; member in struct:fdtbus_regulator_controller 66 rc->rc_phandle = phandle; 83 if (rc->rc_phandle == phandle) 145 if (of_hasprop(rc->rc_phandle, "regulator-always-on")) 184 if (of_getprop_uint32(rc->rc_phandle, "regulator-min-microvolt", &uvol) == 0) { 188 if (of_getprop_uint32(rc->rc_phandle, "regulator-max-microvolt", &uvol) == 0) {
|
fdt_reset.c | 42 int rc_phandle; member in struct:fdtbus_reset_controller 59 rc->rc_phandle = phandle; 73 if (rc->rc_phandle == phandle) 103 const int rc_phandle = local in function:fdtbus_reset_get_index 105 if (of_getprop_uint32(rc_phandle, "#reset-cells", &reset_cells)) 108 rc = fdtbus_get_reset_controller(rc_phandle);
|
fdt_reset.c | 42 int rc_phandle; member in struct:fdtbus_reset_controller 59 rc->rc_phandle = phandle; 73 if (rc->rc_phandle == phandle) 103 const int rc_phandle = local in function:fdtbus_reset_get_index 105 if (of_getprop_uint32(rc_phandle, "#reset-cells", &reset_cells)) 108 rc = fdtbus_get_reset_controller(rc_phandle);
|
fdt_reset.c | 42 int rc_phandle; member in struct:fdtbus_reset_controller 59 rc->rc_phandle = phandle; 73 if (rc->rc_phandle == phandle) 103 const int rc_phandle = local in function:fdtbus_reset_get_index 105 if (of_getprop_uint32(rc_phandle, "#reset-cells", &reset_cells)) 108 rc = fdtbus_get_reset_controller(rc_phandle);
|