Searched refs:boot_on (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | rockchip_amp.c | 64 u32 boot_on; member 253 int boot_on; in brought_up_amp() local 266 boot_on = fit_get_u32_default(fit, noffset, "boot-on", 1); in brought_up_amp() 313 boot_on = 0; in brought_up_amp() 324 bootcpu->boot_on = boot_on; in brought_up_amp() 348 if (!boot_on) in brought_up_amp() 379 g_bootcpu.boot_on = 1; in brought_up_all_amp() 403 if (!g_bootcpu.boot_on) { in brought_up_all_amp()
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 284 if (!uc_pdata->always_on && !uc_pdata->boot_on) in regulator_autoset() 334 (uc_pdata->always_on || uc_pdata->boot_on) ? in regulator_show() 461 uc_pdata->boot_on = dev_read_bool(dev, "regulator-boot-on"); in regulator_pre_probe() 489 dev->name, uc_pdata->min_uV, uc_pdata->max_uV, uc_pdata->boot_on, in regulator_pre_probe()
|
| /rk3399_rockchip-uboot/include/power/ |
| H A D | regulator.h | 175 bool boot_on; member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | regulator.c | 171 constraint(" - boot on:", uc_pdata->boot_on, in do_info() 172 uc_pdata->boot_on ? "true" : "false"); in do_info()
|