Searched refs:constraint (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | regulator.c | 112 static int constraint(const char *name, int val, const char *val_name) in constraint() function 165 constraint(" - min uV:", uc_pdata->min_uV, NULL); in do_info() 166 constraint(" - max uV:", uc_pdata->max_uV, NULL); in do_info() 167 constraint(" - min uA:", uc_pdata->min_uA, NULL); in do_info() 168 constraint(" - max uA:", uc_pdata->max_uA, NULL); in do_info() 169 constraint(" - always on:", uc_pdata->always_on, in do_info() 171 constraint(" - boot on:", uc_pdata->boot_on, in do_info() 175 constraint("* op modes:", mode_count, NULL); in do_info() 178 constraint(" - mode id:", modes->id, modes->name); in do_info() 193 constraint(" * enable:", enabled, enabled ? "true" : "false"); in do_status_detail() [all …]
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/adc/ |
| H A D | adc.txt | 5 - use microvolts constraint or
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/ |
| H A D | regulator.txt | 40 The "regulator-name" constraint is used for setting the device's uclass
|